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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. pluginType = CW_FILTER
  5.  
  6. def getFilter():
  7.     
  8.     def _qwtfilter(widgetname, baseclassname, module):
  9.         if widgetname.startswith('Qwt'):
  10.             return (MATCH, (widgetname, baseclassname, 'PyQt4.Qwt5'))
  11.         return (NO_MATCH, None)
  12.  
  13.     return _qwtfilter
  14.  
  15.