Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Fixes issue #144 with coros import issues with gevent #145

Closed
wants to merge 2 commits into from

Conversation

archey
Copy link

@archey archey commented Dec 28, 2016

The coros module in gevent has been depracted infavor of the lock module, I added a try and except to load the correct module first, but fall back to the old module of coros if needed.

http://www.gevent.org/whatsnew_1_2.html

Please let me know if you have any questions

byt3bl33d3r pushed a commit that referenced this pull request Dec 29, 2016
This reverts commit db056d1.

Module chaining will be re-implemented once I find a less hacky way of
going about it.

This also closes issue #144 and PR #145
@byt3bl33d3r
Copy link
Owner

Fixed in ab4d0a4, thanks man!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants