diff py/setupdb.py @ 33:25843238434a

Change the Python module's name back to rlgall. It is no longer an experimental variant. Using a database as a backend is a settled feature.
author John "Elwin" Edwards
date Thu, 02 Jan 2014 13:09:48 -0500
parents e8f3b7994d88
children e1de8aeb5ed4
line wrap: on
line diff
--- a/py/setupdb.py	Thu Jan 02 11:48:15 2014 -0500
+++ b/py/setupdb.py	Thu Jan 02 13:09:48 2014 -0500
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 # setupdb.py: initializes the database tables used by the rlg system.
 
-import rlgalldb as rlgall
+import rlgall
 import psycopg2
 
 webuser = "webserver"