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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from namespaces import PRESENTATIONNS
  5. from element import Element
  6.  
  7. def AnimationGroup(**args):
  8.     return Element(qname = (PRESENTATIONNS, 'animation-group'), **args)
  9.  
  10.  
  11. def Animations(**args):
  12.     return Element(qname = (PRESENTATIONNS, 'animations'), **args)
  13.  
  14.  
  15. def DateTime(**args):
  16.     return Element(qname = (PRESENTATIONNS, 'date-time'), **args)
  17.  
  18.  
  19. def DateTimeDecl(**args):
  20.     return Element(qname = (PRESENTATIONNS, 'date-time-decl'), **args)
  21.  
  22.  
  23. def Dim(**args):
  24.     return Element(qname = (PRESENTATIONNS, 'dim'), **args)
  25.  
  26.  
  27. def EventListener(**args):
  28.     return Element(qname = (PRESENTATIONNS, 'event-listener'), **args)
  29.  
  30.  
  31. def Footer(**args):
  32.     return Element(qname = (PRESENTATIONNS, 'footer'), **args)
  33.  
  34.  
  35. def FooterDecl(**args):
  36.     return Element(qname = (PRESENTATIONNS, 'footer-decl'), **args)
  37.  
  38.  
  39. def Header(**args):
  40.     return Element(qname = (PRESENTATIONNS, 'header'), **args)
  41.  
  42.  
  43. def HeaderDecl(**args):
  44.     return Element(qname = (PRESENTATIONNS, 'header-decl'), **args)
  45.  
  46.  
  47. def HideShape(**args):
  48.     return Element(qname = (PRESENTATIONNS, 'hide-shape'), **args)
  49.  
  50.  
  51. def HideText(**args):
  52.     return Element(qname = (PRESENTATIONNS, 'hide-text'), **args)
  53.  
  54.  
  55. def Notes(**args):
  56.     return Element(qname = (PRESENTATIONNS, 'notes'), **args)
  57.  
  58.  
  59. def Placeholder(**args):
  60.     return Element(qname = (PRESENTATIONNS, 'placeholder'), **args)
  61.  
  62.  
  63. def Play(**args):
  64.     return Element(qname = (PRESENTATIONNS, 'play'), **args)
  65.  
  66.  
  67. def Settings(**args):
  68.     return Element(qname = (PRESENTATIONNS, 'settings'), **args)
  69.  
  70.  
  71. def Show(**args):
  72.     return Element(qname = (PRESENTATIONNS, 'show'), **args)
  73.  
  74.  
  75. def ShowShape(**args):
  76.     return Element(qname = (PRESENTATIONNS, 'show-shape'), **args)
  77.  
  78.  
  79. def ShowText(**args):
  80.     return Element(qname = (PRESENTATIONNS, 'show-text'), **args)
  81.  
  82.  
  83. def Sound(**args):
  84.     return Element(qname = (PRESENTATIONNS, 'sound'), **args)
  85.  
  86.