Skip to content

Instantly share code, notes, and snippets.

@RafPe
Created July 27, 2016 09:36
Show Gist options
  • Select an option

  • Save RafPe/e730632f64e4756ad82c343a52876751 to your computer and use it in GitHub Desktop.

Select an option

Save RafPe/e730632f64e4756ad82c343a52876751 to your computer and use it in GitHub Desktop.
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