diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2006-07-21 17:11:13 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2006-07-21 17:11:13 +0000 |
| commit | 17d0bd151265eb284c93350a3ede632b2b23b835 (patch) | |
| tree | 2ff57f537213adf2df4f3b8030b49d0bce5fdfa6 /django/contrib/admin/utils.py | |
| parent | e9a236d86c82133ab1959e4ea4760ebe6f73bd8e (diff) | |
Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3411 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/contrib/admin/utils.py')
| -rw-r--r-- | django/contrib/admin/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/admin/utils.py b/django/contrib/admin/utils.py index 0242b2f32e..9adf09b6a5 100644 --- a/django/contrib/admin/utils.py +++ b/django/contrib/admin/utils.py @@ -3,7 +3,6 @@ import re from email.Parser import HeaderParser from email.Errors import HeaderParseError -from urlparse import urljoin try: import docutils.core import docutils.nodes |
