home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
-
- try:
- import pyreadline.rlmain as pyreadline
- import readline
- import atexit
- import pyreadline.unicode_helper as pyreadline
- except ImportError:
- print 'Module readline not available.'
-
- import rlcompleter
- readline.parse_and_bind('tab: complete')
- readline.read_history_file()
- atexit.register(readline.write_history_file)
- del readline
- del rlcompleter
- del atexit
-