##// END OF EJS Templates
Fixing readline import in ipy_greedycompleter.py
Brian Granger -
Show More
@@ -66,7 +66,7 b' def attr_matches(self, text):'
66 return res
66 return res
67
67
68 def main():
68 def main():
69 import readline
69 import IPython.rlineimpl as readline
70 readline.set_completer_delims(" \n\t")
70 readline.set_completer_delims(" \n\t")
71 # monkeypatch - the code will be folded to normal completer later on
71 # monkeypatch - the code will be folded to normal completer later on
72 import IPython.completer
72 import IPython.completer
General Comments 0
You need to be logged in to leave comments. Login now