jaraco / irc

Full-featured Python IRC library for Python.
MIT License
392 stars 86 forks source link

ImportError in commit da2975c6ed3dd30b15ad87fea0096b552e646f1e #55

Closed jaraco closed 8 years ago

jaraco commented 8 years ago

The 11.1 release of irc breaks unit test runs for the elastic-recheck project in openstack, this is the stacktrace:

http://paste.openstack.org/show/177342/

For now we're capping our requirement on irc to < 11.1.


jaraco commented 8 years ago

Use absolute_import to avoid relative imports on Python 2.7. Fixes #55

→ <<cset 0ec844910929>>


Original comment by: Jason R. Coombs

jaraco commented 8 years ago

Jason, thanks much for the fast turnaround. Confirmed the fix this morning and uncapped irc in our requirements file.


Original comment by: Matt Riedemann