mirror of
https://github.com/django/django.git
synced 2025-09-19 00:40:11 +00:00
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8046 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
cf2a05952e
commit
29f0e8182f
34 changed files with 30 additions and 61 deletions
|
@ -13,7 +13,7 @@ Usage:
|
|||
|
||||
from django.utils.dates import MONTHS, MONTHS_3, MONTHS_AP, WEEKDAYS, WEEKDAYS_ABBR
|
||||
from django.utils.tzinfo import LocalTimezone
|
||||
from django.utils.translation import string_concat, ugettext as _
|
||||
from django.utils.translation import ugettext as _
|
||||
from django.utils.encoding import force_unicode
|
||||
from calendar import isleap, monthrange
|
||||
import re, time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue