Skip to content

Commit

Permalink
Fixed import which caused error in cookie unquoting
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky authored and beniwohli committed Jun 19, 2012
1 parent dc363d7 commit 425e679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cms/admin/pageadmin.py
Expand Up @@ -24,7 +24,8 @@
from django.conf import settings
from django.contrib import admin
from django.contrib.admin.options import IncorrectLookupParameters
from django.contrib.admin.util import unquote, get_deleted_objects
from django.contrib.admin.util import get_deleted_objects
from urllib2 import unquote
from django.contrib.sites.models import Site
from django.core.exceptions import PermissionDenied, ObjectDoesNotExist
from django.core.urlresolvers import reverse
Expand Down

0 comments on commit 425e679

Please sign in to comment.