home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 January / maximum-cd-2011-01.iso / DiscContents / calibre-0.7.26.msi / file_2435 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-10-31  |  877 b   |  19 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4.  
  5. class NoSuchWidgetError(Exception):
  6.     
  7.     def __str__(self):
  8.         return 'Unknown Qt widget: %s' % (self.args[0],)
  9.  
  10.  
  11.  
  12. class UnsupportedPropertyError(Exception):
  13.     pass
  14.  
  15.  
  16. class WidgetPluginError(Exception):
  17.     pass
  18.  
  19.