diff --git a/GrasshopperSyntax/Grasshopper.py b/GrasshopperSyntax/Grasshopper.py index d43ffa8..504b88a 100644 --- a/GrasshopperSyntax/Grasshopper.py +++ b/GrasshopperSyntax/Grasshopper.py @@ -96,7 +96,7 @@ def __str__(self): l = Line(i, i+1, i+2, i-1, i-2, i-5) allLines.append(l) -print allLines[5] +print(allLines[5]) class Point: