Straight import is enough.

This commit is contained in:
Xavier Ordoquy 2013-01-03 10:48:43 +01:00
parent 22b1411f41
commit cf51dcc9bb

View File

@ -34,7 +34,7 @@ from six import BytesIO
try: try:
from urllib import parse as urlparse from urllib import parse as urlparse
except ImportError: except ImportError:
import urlparse as urlparse import urlparse
# Try to import PIL in either of the two ways it can end up installed. # Try to import PIL in either of the two ways it can end up installed.