Created
July 27, 2016 09:36
-
-
Save RafPe/e730632f64e4756ad82c343a52876751 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| try: | |
| import readline | |
| except: | |
| print "Error importing readline module" | |
| import rlcompleter | |
| readline.parse_and_bind('tab:complete') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment