diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2008-07-22 03:24:09 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2008-07-22 03:24:09 +0000 |
| commit | 29f0e8182f49e2927ae46e748d09d0672d4fc127 (patch) | |
| tree | 81eab07cc98097ffd2e63514ace56b7dafbc76fd /django/forms/util.py | |
| parent | cf2a05952eb35f1532e0127e8e871c9c153afac7 (diff) | |
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
Diffstat (limited to 'django/forms/util.py')
| -rw-r--r-- | django/forms/util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/forms/util.py b/django/forms/util.py index b3edf41adf..3d80ad219f 100644 --- a/django/forms/util.py +++ b/django/forms/util.py @@ -1,6 +1,5 @@ from django.utils.html import escape from django.utils.encoding import smart_unicode, StrAndUnicode, force_unicode -from django.utils.functional import Promise from django.utils.safestring import mark_safe def flatatt(attrs): |
