python: OpenSCAD: *.py: Fix python3 syntax

This commit is contained in:
Priit Laes
2016-03-12 13:09:42 +02:00
committed by looooo
parent ab7a748629
commit 839e7eed22
9 changed files with 200 additions and 200 deletions

View File

@@ -396,7 +396,7 @@ class Twist:
pipeshell.setSpineSupport(spine)
pipeshell.add(wire)
pipeshell.setAuxiliarySpine(auxspine,True,False)
print pipeshell.getStatus()
print(pipeshell.getStatus())
assert(pipeshell.isReady())
#fp.Shape=pipeshell.makeSolid()
pipeshell.build()