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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. import IPython.ipapi as IPython
  5. ip = IPython.ipapi.get()
  6. from ipy_completers import *
  7. ip.set_hook('complete_command', module_completer, str_key = 'import')
  8. ip.set_hook('complete_command', module_completer, str_key = 'from')
  9. ip.set_hook('complete_command', runlistpy, str_key = '%run')
  10. ip.set_hook('complete_command', cd_completer, str_key = '%cd')
  11.