summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-04-23 09:14:52 -0400
committerTim Graham <timograham@gmail.com>2014-04-23 09:14:52 -0400
commit274bedb9285241636a4f989b8867a8bcd72c1bad (patch)
treea4c6ea219906df5739e5c214bd595042df11ecd2
parent6915220ff9d6eeb2a669421d06bce9403ed6480c (diff)
Removed bad import in last commit.
-rw-r--r--django/core/urlresolvers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/core/urlresolvers.py b/django/core/urlresolvers.py
index cb5e3bc36d..b3008e88c4 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