Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoistinen committed Oct 29, 2015
1 parent 0d63a2e commit d1d4e56
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions aldryn_newsblog/cms_toolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

from __future__ import unicode_literals

try:
from urllib import urlencode
except ImportError:
from urllib.parse import urlencode

from django.core.exceptions import ImproperlyConfigured
from django.core.urlresolvers import reverse
from django.utils.translation import ugettext as _, get_language_from_request
Expand Down

0 comments on commit d1d4e56

Please sign in to comment.