home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_1732 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  483 b   |  10 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', apt_completer, re_key = '.*apt-get')
  8. ip.set_hook('complete_command', svn_completer, str_key = 'svn')
  9. ip.set_hook('complete_command', hg_completer, str_key = 'hg')
  10.