summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/patchwork/urls.py')
-rw-r--r--apps/patchwork/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/patchwork/urls.py b/apps/patchwork/urls.py
index a44f17c..41f01c1 100644
--- a/apps/patchwork/urls.py
+++ b/apps/patchwork/urls.py
@@ -17,7 +17,7 @@
# along with Patchwork; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-from django.conf.urls.defaults import *
+from django.conf.urls import patterns, url
from django.conf import settings
from django.contrib.auth import views as auth_views