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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from namespaces import CONFIGNS
  5. from element import Element
  6.  
  7. def ConfigItem(**args):
  8.     return Element(qname = (CONFIGNS, 'config-item'), **args)
  9.  
  10.  
  11. def ConfigItemMapEntry(**args):
  12.     return Element(qname = (CONFIGNS, 'config-item-map-entry'), **args)
  13.  
  14.  
  15. def ConfigItemMapIndexed(**args):
  16.     return Element(qname = (CONFIGNS, 'config-item-map-indexed'), **args)
  17.  
  18.  
  19. def ConfigItemMapNamed(**args):
  20.     return Element(qname = (CONFIGNS, 'config-item-map-named'), **args)
  21.  
  22.  
  23. def ConfigItemSet(**args):
  24.     return Element(qname = (CONFIGNS, 'config-item-set'), **args)
  25.  
  26.