Browse Source

remove rc.py

pull/1/head
10sr 10 years ago
parent
commit
0d68a7b840
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      rc.py

+ 0
- 12
rc.py View File

@@ -1,12 +0,0 @@
#!/usr/bin/env python

try:
import readline
except ImportError:
print("Module readline not available.")
readline = None
else:
if "libedit" in readline.__doc__ :
readline.parse_and_bind("bind ^I rl_complete")
else :
readline.parse_and_bind("tab: complete")

Loading…
Cancel
Save