mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
*** empty log message ***
This commit is contained in:
parent
1b789f9fe0
commit
96b608cf6d
4 changed files with 21 additions and 17 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue