Commit a6cf6cde authored by Michal Čihař's avatar Michal Čihař

Missing spacing

parent 7aea1234
...@@ -49,7 +49,7 @@ class MockSubProject(object): ...@@ -49,7 +49,7 @@ class MockSubProject(object):
''' '''
def __init__(self): def __init__(self):
self.id = 1 self.id = 1
self.project= MockProject() self.project = MockProject()
class MockTranslation(object): class MockTranslation(object):
...@@ -58,7 +58,7 @@ class MockTranslation(object): ...@@ -58,7 +58,7 @@ class MockTranslation(object):
''' '''
def __init__(self, code='cs'): def __init__(self, code='cs'):
self.language = MockLanguage(code) self.language = MockLanguage(code)
self.subproject= MockSubProject() self.subproject = MockSubProject()
class MockUnit(object): class MockUnit(object):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment