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    
flit_core / tests / samples / moduleunimportabledouble.py
Size: Mime:

"""
A sample unimportable module with double assignment
"""

raise ImportError()

VERSION = __version__ = "0.1"