1
0

pystartup.py 100 B

123456
  1. #!/usr/bin/env python
  2. import readline
  3. import rlcompleter
  4. readline.parse_and_bind('tab: complete')