diff options
| author | Tim Graham <timograham@gmail.com> | 2014-04-23 09:15:41 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-23 09:15:41 -0400 |
| commit | 47a352f84e82767ac0e58ea387b192bf896fd574 (patch) | |
| tree | 41b6af90bb8bb5d90ecb351ba2027516a834ac1f | |
| parent | 19bd6b9477e8f09f867640f72f3eb335cebe1d6a (diff) | |
[1.5.x] Removed bad import in last commit.
| -rw-r--r-- | django/core/urlresolvers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/core/urlresolvers.py b/django/core/urlresolvers.py index 264a9e984f..3e314e282e 100644 --- a/django/core/urlresolvers.py +++ b/django/core/urlresolvers.py @@ -9,7 +9,6 @@ a string) and returns a tuple in this format: from __future__ import unicode_literals import functools -from importlib import import_module import re from threading import local |
