You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In furl/compat.py, there is an import statement that imports unittest module without using it, this leads to an ImportError on python2.6 if we haven't installed it.
The text was updated successfully, but these errors were encountered:
In
furl/compat.py
, there is an import statement that imports unittest module without using it, this leads to anImportError
on python2.6 if we haven't installed it.The text was updated successfully, but these errors were encountered: