Commit cf51dcc9 by Xavier Ordoquy

Straight import is enough.

parent 22b1411f
......@@ -34,7 +34,7 @@ from six import BytesIO
try:
from urllib import parse as urlparse
except ImportError:
import urlparse as urlparse
import urlparse
# Try to import PIL in either of the two ways it can end up installed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment