Continue removing the time module.
Convert some more struct_time instances to datetime objects.
This commit is contained in:
parent
72fcde0ae0
commit
4771dce2d0
2 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue