| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4a36757 commit 70477ef
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,4 @@ | |||
| 1 | 1 | import sys | |
| 2 | - from codeop import CommandCompiler | ||
| 3 | 2 | from six import iteritems, text_type | |
| 4 | 3 | ||
| 5 | 4 | from pygments.token import Generic, Token, Keyword, Name, Comment, String | |
@@ -75,8 +74,6 @@ def __init__(self, locals=None, encoding=None): | |||
| 75 | 74 | """ | |
| 76 | 75 | ReplInterpreter.__init__(self, locals, encoding) | |
| 77 | 76 | ||
| 78 | - self.compile = CommandCompiler() | ||
| 79 | - | ||
| 80 | 77 | # typically changed after being instantiated | |
| 81 | 78 | # but used when interpreter used corresponding REPL | |
| 82 | 79 | def write(err_line): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments