diff options
Diffstat (limited to 'Demo/sgi/gl/kunst.py')
-rwxr-xr-x | Demo/sgi/gl/kunst.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/gl/kunst.py b/Demo/sgi/gl/kunst.py index efc4c6d..2055e52 100755 --- a/Demo/sgi/gl/kunst.py +++ b/Demo/sgi/gl/kunst.py @@ -51,7 +51,7 @@ def mkslice(z1, z2, nparts, docircle): # # Drawcylinder : draw the cylinder # -class struct(): pass +class struct: pass curobj = struct() curobj.curobj = 1 def drawcylinder(cyl): |