소스 검색

remove rc.py

pull/1/head
10sr 10 년 전
부모
커밋
0d68a7b840
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. +0
    -12
      rc.py

+ 0
- 12
rc.py 파일 보기

@@ -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")

불러오는 중...
취소
저장