From a99f2bb2d3af25b4cc14848647522c1997862652 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Thu, 03 Mar 2016 16:22:23 +0000
Subject: [PATCH] Fix

---
 python/trisurf/trisurf.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/python/trisurf/trisurf.py b/python/trisurf/trisurf.py
index 6478f39..6a86b6e 100644
--- a/python/trisurf/trisurf.py
+++ b/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

--
Gitblit v1.9.3