diff options
Diffstat (limited to '')
-rw-r--r-- | .pythonrc.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.pythonrc.py b/.pythonrc.py deleted file mode 100644 index 29373d4..0000000 --- a/.pythonrc.py +++ /dev/null @@ -1,8 +0,0 @@ -# ~/.pythonrc -# enable syntax completion -try: - import rlcompleter - rlcompleter.readline.parse_and_bind("tab: complete") -except: - import readline - readline.parse_and_bind("tab: complete") |