home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_2089 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  1.3 KB  |  31 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from namespaces import DR3DNS
  5. from element import Element
  6. from draw import StyleRefElement
  7.  
  8. def Cube(**args):
  9.     return StyleRefElement(qname = (DR3DNS, 'cube'), **args)
  10.  
  11.  
  12. def Extrude(**args):
  13.     return StyleRefElement(qname = (DR3DNS, 'extrude'), **args)
  14.  
  15.  
  16. def Light(Element):
  17.     return StyleRefElement(qname = (DR3DNS, 'light'), **args)
  18.  
  19.  
  20. def Rotate(**args):
  21.     return StyleRefElement(qname = (DR3DNS, 'rotate'), **args)
  22.  
  23.  
  24. def Scene(**args):
  25.     return StyleRefElement(qname = (DR3DNS, 'scene'), **args)
  26.  
  27.  
  28. def Sphere(**args):
  29.     return StyleRefElement(qname = (DR3DNS, 'sphere'), **args)
  30.  
  31.