diff options
author | Guido van Rossum <guido@python.org> | 1993-12-17 14:57:24 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-12-17 14:57:24 (GMT) |
commit | 96b608cf6ddb4c7b670c15a365ed8b14accd5d37 (patch) | |
tree | 3842dfcbc7e4708631efd2a7c377b852fe5232c2 /Demo/sgi/gl/kunst.py | |
parent | 1b789f9fe0a416f15c83f27ca09f0316aa073c6d (diff) | |
download | cpython-96b608cf6ddb4c7b670c15a365ed8b14accd5d37.zip cpython-96b608cf6ddb4c7b670c15a365ed8b14accd5d37.tar.gz cpython-96b608cf6ddb4c7b670c15a365ed8b14accd5d37.tar.bz2 |
*** empty log message ***
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): |