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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. __docformat__ = 'restructuredtext en'
  5.  
  6. try:
  7.     from zope.interface import Interface, Attribute, implements, classProvides
  8. except ImportError:
  9.     Interface = object
  10.     
  11.     def Attribute(name, doc):
  12.         pass
  13.  
  14.     
  15.     def implements(interface):
  16.         pass
  17.  
  18.     
  19.     def classProvides(interface):
  20.         pass
  21.  
  22.  
  23.