django-safe-filefield
django-safe-filefield copied to clipboard
urllib.parse ImportError when using python2
There is an error when importing the urllib library into python2.
clamav.py
:
try: from urllib.parse import urlparse except ImportError: from urlparse import urlparse
hope it helps