mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
#13495: merge with 3.3.
This commit is contained in:
commit
53683f6f4b
3 changed files with 2 additions and 5 deletions
|
|
@ -316,9 +316,6 @@ def __init__(self, flist=None, filename=None, key=None, root=None):
|
|||
self.good_load = True
|
||||
is_py_src = self.ispythonsource(filename)
|
||||
self.set_indentation_params(is_py_src)
|
||||
if is_py_src:
|
||||
self.color = color = self.ColorDelegator()
|
||||
per.insertfilter(color)
|
||||
else:
|
||||
io.set_filename(filename)
|
||||
self.good_load = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue