Show More
@@ -191,7 +191,6 b' class PrefilterFrontEnd(LineFrontEndBase):' | |||||
191 | # FIXME: This should be factored out in the linefrontendbase |
|
191 | # FIXME: This should be factored out in the linefrontendbase | |
192 | # method. |
|
192 | # method. | |
193 | word = self._get_completion_text(line) |
|
193 | word = self._get_completion_text(line) | |
194 | print 'Completion', word |
|
|||
195 | completions = self.ipython0.complete(word) |
|
194 | completions = self.ipython0.complete(word) | |
196 | # FIXME: The proper sort should be done in the complete method. |
|
195 | # FIXME: The proper sort should be done in the complete method. | |
197 | key = lambda x: x.replace('_', '') |
|
196 | key = lambda x: x.replace('_', '') |
General Comments 0
You need to be logged in to leave comments.
Login now