mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Merge
This commit is contained in:
commit
ec78bc8e05
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ def _find_module(fullname, path=None):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
file = None
|
file = None
|
||||||
descr = os.path.splitext(filename), None, imp.PY_SOURCE
|
descr = os.path.splitext(filename)[1], None, imp.PY_SOURCE
|
||||||
return file, filename, descr
|
return file, filename, descr
|
||||||
|
|
||||||
class EditorWindow(object):
|
class EditorWindow(object):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue