Remove not supported methods

Methods have been remove in from IPython since 2016
b7d03ed6b1 (diff-3ffc5a89fb88284fe9b5787b8859140b)

Fixes #9023
This commit is contained in:
Philipp Hörist 2018-03-30 15:05:25 +02:00
parent 2ff96ad793
commit 634cbd93a8
1 changed files with 0 additions and 3 deletions

View File

@ -211,9 +211,6 @@ class IterableIPShell:
self.IP.input_splitter.push(line)
self.iter_more = self.IP.input_splitter.push_accepts_more()
self.prompt = self.generatePrompt(self.iter_more)
if (self.IP.SyntaxTB.last_syntax_error and
self.IP.autoedit_syntax):
self.IP.edit_syntax_error()
if not self.iter_more:
if IPython.version_info[0] >= 2:
source_raw = self.IP.input_splitter.raw_reset()