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

Repository URL to install this package:

Details    
gevent / tests / test__issue_728.py
Size: Mime:
#!/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')