summaryrefslogtreecommitdiffstats
path: root/flit_core/flit_core/tests/samples/moduleunimportable.py
blob: 147d26ed6804ce1d5ba92df2c2cc4d6848f779fb (plain)
1
2
3
4
5
6
7
8
"""
A sample unimportable module
"""

raise ImportError()

__version__ = "0.1"