4898aea328
Added exception paththrough in case module cannot be loaded. Change-Id: Ia429c25d550e11f95a6b7f62636e239eeb4022b8
8 lines
120 B
Python
8 lines
120 B
Python
'''Normal module that can be imported sucessfuly.
|
|
'''
|
|
|
|
|
|
class Bar:
|
|
def __init__(self, foo):
|
|
self._foo = foo
|