Beispiel #1
0
 def __init__(self, filename=None):
     JSONLoader.__init__(self, filename)
     self._dirty = False
     self._fixtures = None
     self._fixture_hierarchy = None
     # The model really shouldn't contain a reference to its controller, but
     # this makes the current refactor easier
     self._controller = None
Beispiel #2
0
 def __init__(self, filename=None):
     JSONLoader.__init__(self, filename)
Beispiel #3
0
 def __init__(self, filename=None):
     JSONLoader.__init__(self, filename)
Beispiel #4
0
 def __init__(self, filename=None):
     JSONLoader.__init__(self, filename)
     self._fixtures = None
     self._fixture_hierarchy = None