| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 072576a commit 14c17c1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -81,7 +81,7 @@ def estimate(self): | |||
| 81 | 81 | return self.running_time - self.last_command | |
| 82 | 82 | ||
| 83 | 83 | ||
| 84 | - class Interpreter(code.InteractiveInterpreter): | ||
| 84 | + class Interpreter(code.InteractiveInterpreter, object): | ||
| 85 | 85 | """Source code interpreter for use in bpython.""" | |
| 86 | 86 | ||
| 87 | 87 | bpython_input_re = LazyReCompile(r'<bpython-input-\d+>') | |
| Back | FazBrowse Home | New Git URL |
0 commit comments