rally/tests/fixtures/import/package/b.py
Shane Wang c72ed01c7e Fix misspellings in rally
Fix misspellings in rally

Change-Id: I7fe2220f07a2b950f23fa4b1f55e6339e017d9c8
2014-02-07 10:01:33 +08:00

8 lines
122 B
Python

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