| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1833,7 +1833,7 @@ def prompt_undo(self): | |||
| 1833 | 1833 | return self.take_back_empty_line() | |
| 1834 | 1834 | ||
| 1835 | 1835 | def prompt_for_undo(): | |
| 1836 | - n = BpythonRepl.prompt_undo(self) | ||
| 1836 | + n = super(BaseRepl, self).prompt_undo() | ||
| 1837 | 1837 | if n > 0: | |
| 1838 | 1838 | self.request_undo(n=n) | |
| 1839 | 1839 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments