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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from namespaces import METANS
  5. from element import Element
  6.  
  7. def AutoReload(**args):
  8.     return Element(qname = (METANS, 'auto-reload'), **args)
  9.  
  10.  
  11. def CreationDate(**args):
  12.     return Element(qname = (METANS, 'creation-date'), **args)
  13.  
  14.  
  15. def DateString(**args):
  16.     return Element(qname = (METANS, 'date-string'), **args)
  17.  
  18.  
  19. def DocumentStatistic(**args):
  20.     return Element(qname = (METANS, 'document-statistic'), **args)
  21.  
  22.  
  23. def EditingCycles(**args):
  24.     return Element(qname = (METANS, 'editing-cycles'), **args)
  25.  
  26.  
  27. def EditingDuration(**args):
  28.     return Element(qname = (METANS, 'editing-duration'), **args)
  29.  
  30.  
  31. def Generator(**args):
  32.     return Element(qname = (METANS, 'generator'), **args)
  33.  
  34.  
  35. def HyperlinkBehaviour(**args):
  36.     return Element(qname = (METANS, 'hyperlink-behaviour'), **args)
  37.  
  38.  
  39. def InitialCreator(**args):
  40.     return Element(qname = (METANS, 'initial-creator'), **args)
  41.  
  42.  
  43. def Keyword(**args):
  44.     return Element(qname = (METANS, 'keyword'), **args)
  45.  
  46.  
  47. def PrintDate(**args):
  48.     return Element(qname = (METANS, 'print-date'), **args)
  49.  
  50.  
  51. def PrintedBy(**args):
  52.     return Element(qname = (METANS, 'printed-by'), **args)
  53.  
  54.  
  55. def Template(**args):
  56.     return Element(qname = (METANS, 'template'), **args)
  57.  
  58.  
  59. def UserDefined(**args):
  60.     return Element(qname = (METANS, 'user-defined'), **args)
  61.  
  62.