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.
This commit is contained in:
John "Elwin" Edwards 2013-12-31 13:36:19 -05:00
parent 914f367657
commit aef04a38e1
10 changed files with 58 additions and 71 deletions

2
py/cleandb.py Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# cleandb.py: empty the database in an orderly fashion
import rlgalldb as rlgall