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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from __future__ import with_statement
  5. __license__ = 'GPL v3'
  6. __copyright__ = '2009, Kovid Goyal <kovid@kovidgoyal.net>'
  7. __docformat__ = 'restructuredtext en'
  8. from calibre.constants import plugins
  9. (pi, pi_error) = plugins['progress_indicator']
  10. if pi_error:
  11.     raise RuntimeError('Failed to load the Progress Indicator plugin: ' + pi_error)
  12. pi_error
  13. ProgressIndicator = pi.QProgressIndicator
  14.