mirror of
https://github.com/python/cpython.git
synced 2026-07-01 07:05:17 -04: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")
|