django-safe-filefield icon indicating copy to clipboard operation
django-safe-filefield copied to clipboard

urllib.parse ImportError when using python2

Open marlonleite opened this issue 4 years ago • 0 comments

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

marlonleite avatar Jun 27 '20 12:06 marlonleite