Open marlonleite opened 4 years ago
There is an error when importing the urllib library into python2.
clamav.py:
clamav.py
try: from urllib.parse import urlparse except ImportError: from urlparse import urlparse hope it helps
try: from urllib.parse import urlparse except ImportError: from urlparse import urlparse
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