4898aea328
Added exception paththrough in case module cannot be loaded. Change-Id: Ia429c25d550e11f95a6b7f62636e239eeb4022b8
6 lines
97 B
Python
6 lines
97 B
Python
'''This module is broken and cannot be imported.
|
|
'''
|
|
|
|
|
|
import missing.module.fromnowhere # noqa
|