Skip to content

Instantly share code, notes, and snippets.

@xychix
Created January 6, 2016 16:15
Show Gist options
  • Select an option

  • Save xychix/41d9689aead33776a794 to your computer and use it in GitHub Desktop.

Select an option

Save xychix/41d9689aead33776a794 to your computer and use it in GitHub Desktop.
try:
import readline
except ImportError:
print "Module readline not available."
else:
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