Continue removing the time module.

Convert some more struct_time instances to datetime objects.
This commit is contained in:
John "Elwin" Edwards 2012-07-26 10:14:56 -07:00
parent 72fcde0ae0
commit 4771dce2d0
2 changed files with 8 additions and 8 deletions

View file

@ -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