diff py/setupdb.py @ 30:e8f3b7994d88

Port to Python 3. All scripts and modules have been ported to Python 3 and appear to work. Some changes to the lighttpd configuration were needed.
author John "Elwin" Edwards
date Tue, 31 Dec 2013 13:36:19 -0500
parents 5ba2123d2c20
children 25843238434a
line wrap: on
line diff
--- a/py/setupdb.py	Thu Oct 31 14:33:50 2013 -0700
+++ b/py/setupdb.py	Tue Dec 31 13:36:19 2013 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # setupdb.py: initializes the database tables used by the rlg system.
 
 import rlgalldb as rlgall