Skip to content

Commit

Permalink
Remove unused imports in util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Dec 22, 2016
1 parent 2b444a2 commit ad9df51
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions kotti/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@
import cgi
import re

# try:
# # PY2
# from urllib import unquote
# from urlparse import urlparse
# from urlparse import urlunparse
# except ImportError:
# from urllib.parse import unquote
# from urllib.parse import urlparse
# from urllib.parse import urlunparse


from docopt import docopt
from pyramid.i18n import get_localizer
from pyramid.i18n import get_locale_name
Expand Down

0 comments on commit ad9df51

Please sign in to comment.