Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

cytora / gevent   python

Repository URL to install this package:

Version: 1.4.0 

/ tests / test__issue_728.py

#!/usr/bin/env python
from gevent.monkey import patch_all
patch_all()


if __name__ == '__main__':
    # Reproducing #728 requires a series of nested
    # imports
    __import__('_imports_imports_at_top_level')