예제 #1
0
파일: Alueet.py 프로젝트: spyy/Python
 def poista(self, nimi):
     alue = Alue(self.hakemisto, nimi)
     alue.poista()
예제 #2
0
파일: Alueet.py 프로젝트: spyy/Python
 def lisaa(self, nimi, mista, mihin):
     alue = Alue(self.hakemisto, nimi)
     alue.lisaa(mista, mihin)