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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from namespaces import DCNS
  5. from element import Element
  6.  
  7. def Creator(**args):
  8.     return Element(qname = (DCNS, 'creator'), **args)
  9.  
  10.  
  11. def Date(**args):
  12.     return Element(qname = (DCNS, 'date'), **args)
  13.  
  14.  
  15. def Description(**args):
  16.     return Element(qname = (DCNS, 'description'), **args)
  17.  
  18.  
  19. def Language(**args):
  20.     return Element(qname = (DCNS, 'language'), **args)
  21.  
  22.  
  23. def Subject(**args):
  24.     return Element(qname = (DCNS, 'subject'), **args)
  25.  
  26.  
  27. def Title(**args):
  28.     return Element(qname = (DCNS, 'title'), **args)
  29.  
  30.