diff py/rlgalldb.py @ 4:f5a37cc7f41f

Continue removing the time module. Convert some more struct_time instances to datetime objects.
author John "Elwin" Edwards <elwin@sdf.org>
date Thu, 26 Jul 2012 10:14:56 -0700
parents a943cfdfbad9
children 7f7b3da664d6
line wrap: on
line diff
--- a/py/rlgalldb.py	Thu Jul 26 09:35:07 2012 -0700
+++ b/py/rlgalldb.py	Thu Jul 26 10:14:56 2012 -0700
@@ -2,7 +2,6 @@
 # Module for the Roguelike Gallery, using a postgres database
 
 import os
-import time
 import calendar
 import psycopg2
 from datetime import datetime, tzinfo, timedelta