Python 3 compatibility

This commit is contained in:
Sebastian Huber
2015-11-12 11:15:23 +01:00
parent ab922fec9c
commit 04a52040ae
28 changed files with 284 additions and 283 deletions

View File

@@ -89,4 +89,4 @@ class control:
return val
def show(self):
print self.to_string()
print(self.to_string())