1
0
mirror of https://github.com/django/django.git synced 2025-03-31 11:37:06 +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:
Gary Wilson Jr 2007-09-17 04:54:53 +00:00
parent d9335b30b6
commit 2e75529990

View File

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