Ejemplo n.º 1
0
 def __init__(self,
              readDisfromLine,
              writeDistoLine,
              fname='Disciplines.txt'):
     self._fname = fname
     DisciplineRepository.__init__(self)
     self._readDisfromLine = readDisfromLine
     self._writeDistoLine = writeDistoLine
Ejemplo n.º 2
0
 def __init__(self, fname="Repository\\storedDisciplines.txt"):
     self._fName = fname
     DisciplineRepository.__init__(self)
     self._loadFromFile()