python/trisurf/.trisurf.py.swp | patch | view | raw | blame | history | |
python/trisurf/trisurf.py | ●●●●● patch | view | raw | blame | history |
python/trisurf/.trisurf.py.swpBinary files differ
python/trisurf/trisurf.py
@@ -42,7 +42,7 @@ ''' Class Runner consists of a single running or terminated instance of the trisurf ''' def initFromTape(self, tape='tape'): def initFromTape(self, tape): self.tape=Tape() self.tape.readTape(tape) pass