Philipp Hörist pushed to branch master at gajim / gajim
Commits: 634cbd93 by Philipp Hörist at 2018-03-30T15:05:25+02:00 Remove not supported methods Methods have been remove in from IPython since 2016 https://github.com/ipython/ipython/commit/b7d03ed6b16013973b82c4725c79c30ac0a84903#diff-3ffc5a89fb88284fe9b5787b8859140b Fixes #9023 - - - - - 1 changed file: - gajim/dev/ipython_view.py Changes: ===================================== gajim/dev/ipython_view.py ===================================== --- a/gajim/dev/ipython_view.py +++ b/gajim/dev/ipython_view.py @@ -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() View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/634cbd93a8fcc535992d12b594667e1e4f441aab --- View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/634cbd93a8fcc535992d12b594667e1e4f441aab You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
