mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +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…
Add table
Add a link
Reference in a new issue