Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError on unittest2 on python2.6 #48

Closed
timonwong opened this issue Jan 23, 2015 · 1 comment
Closed

ImportError on unittest2 on python2.6 #48

timonwong opened this issue Jan 23, 2015 · 1 comment

Comments

@timonwong
Copy link

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.

@gruns
Copy link
Owner

gruns commented Jan 24, 2015

This issue is fixed in furl v0.4.4. Update with

pip install furl --upgrade

Thank you for bringing this issue to my attention Timon.

@gruns gruns closed this as completed Jan 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants