summaryrefslogtreecommitdiff
path: root/schema/gendummydata.py
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-22 23:58:00 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-22 23:58:00 -0500
commit08b0bbd0587b891ca9a4c8fa3a22cf7524c36265 (patch)
tree9acb330c10ed60d6559f7fbe3420460894bd925e /schema/gendummydata.py
parent38b1bbe78df3a518f0688e50f1d6361221b95ea1 (diff)
these changes were sitting herepurweb/master0
Diffstat (limited to 'schema/gendummydata.py')
-rwxr-xr-xschema/gendummydata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/gendummydata.py b/schema/gendummydata.py
index 9dd2f45..b5512c5 100755
--- a/schema/gendummydata.py
+++ b/schema/gendummydata.py
@@ -3,11 +3,11 @@
usage: gendummydata.py outputfilename.sql
"""
#
-# This script seeds the AUR database with dummy data for
+# This script seeds the aurweb database with dummy data for
# use during development/testing. It uses random entries
# from /usr/share/dict/words to create user accounts and
# package names. It generates the SQL statements to
-# insert these users/packages into the AUR database.
+# insert these users/packages into the aurweb database.
#
import random
import time