mirror of
https://github.com/Hopiu/django.git
synced 2026-04-25 01:04:48 +00:00
Removed unused import.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6368 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d9335b30b6
commit
2e75529990
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
import datetime, math, time
|
||||
import datetime
|
||||
import time
|
||||
|
||||
from django.utils.tzinfo import LocalTimezone
|
||||
from django.utils.translation import ungettext, ugettext
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue