c72ed01c7e
Fix misspellings in rally Change-Id: I7fe2220f07a2b950f23fa4b1f55e6339e017d9c8
8 lines
122 B
Python
8 lines
122 B
Python
'''Normal module that can be imported successfully.
|
|
'''
|
|
|
|
|
|
class Bar:
|
|
def __init__(self, foo):
|
|
self._foo = foo
|