home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 January / maximum-cd-2011-01.iso / DiscContents / calibre-0.7.26.msi / file_1882 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-10-31  |  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.