Mercurial > hg > rlgallery-misc
comparison py/recorder.py @ 3:a943cfdfbad9
Remove obsolete code.
Remove some unnecessary module imports and code that worked with UNIX
timestamps.
| author | John "Elwin" Edwards <elwin@sdf.org> |
|---|---|
| date | Thu, 26 Jul 2012 09:35:07 -0700 |
| parents | 5ba2123d2c20 |
| children | e8f3b7994d88 |
comparison
equal
deleted
inserted
replaced
| 2:8f49df4074d7 | 3:a943cfdfbad9 |
|---|---|
| 1 #!/usr/bin/python | 1 #!/usr/bin/python |
| 2 | 2 |
| 3 import os | 3 import os |
| 4 import time | |
| 5 import calendar | |
| 6 import psycopg2 | 4 import psycopg2 |
| 7 import rlgalldb as rlgall | 5 import rlgalldb as rlgall |
| 8 | 6 |
| 9 # Contains a dir for everyone who registered | 7 # Contains a dir for everyone who registered |
| 10 everydir = "/var/dgl/dgldir/ttyrec/" | 8 everydir = "/var/dgl/dgldir/ttyrec/" |
