comparison py/recorder.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 a943cfdfbad9
children 25843238434a
comparison
equal deleted inserted replaced
29:23a769aa487e 30:e8f3b7994d88
1 #!/usr/bin/python 1 #!/usr/bin/python3
2 2
3 import os 3 import os
4 import psycopg2 4 import psycopg2
5 import rlgalldb as rlgall 5 import rlgalldb as rlgall
6 6