Skip to content

Commit

Permalink
Remove unused import of strftime.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Jan 4, 2011
1 parent 788f007 commit 5208df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DateTime/DateTime.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import re, math
from time import time, gmtime, localtime
from time import daylight, timezone, altzone, strftime
from time import daylight, timezone, altzone
from datetime import datetime
from interfaces import IDateTime
from interfaces import DateTimeError, SyntaxError, DateError, TimeError
Expand Down

0 comments on commit 5208df2

Please sign in to comment.