Skip to content

Commit

Permalink
Update admin.py
Browse files Browse the repository at this point in the history
Update url import of savedquery admin.py
  • Loading branch information
mmcardle committed Feb 4, 2014
1 parent a200f99 commit 983e649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_qbe/savedqueries/admin.py
Expand Up @@ -2,7 +2,7 @@
from django.utils.translation import ugettext_lazy as _
from django.contrib import admin
from django.contrib.admin.util import unquote
from django.conf.urls.defaults import patterns, url
from django.conf.urls import patterns, url
from django.shortcuts import redirect
from django.utils.functional import update_wrapper

Expand Down

0 comments on commit 983e649

Please sign in to comment.