diff 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
line wrap: on
line diff
--- a/py/recorder.py	Thu Jul 26 08:07:00 2012 -0700
+++ b/py/recorder.py	Thu Jul 26 09:35:07 2012 -0700
@@ -1,8 +1,6 @@
 #!/usr/bin/python
 
 import os
-import time
-import calendar
 import psycopg2
 import rlgalldb as rlgall