mirror of
https://github.com/python/cpython.git
synced 2026-04-15 08:11:10 +00:00
3 lines
99 B
Python
3 lines
99 B
Python
|
|
# Module that raises an error during import
|
||
|
|
raise ValueError("This module always fails to import")
|