rally/tests/fixtures/import/package/b.py
Alexei Kornienko 4898aea328 Fixed import utils code
Added exception paththrough in case module cannot be loaded.

Change-Id: Ia429c25d550e11f95a6b7f62636e239eeb4022b8
2013-09-26 15:55:44 +03:00

8 lines
120 B
Python

'''Normal module that can be imported sucessfuly.
'''
class Bar:
def __init__(self, foo):
self._foo = foo