diff options
author | roboslone <[email protected]> | 2022-02-10 16:49:03 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:03 +0300 |
commit | a1ac9c5d21387e37a6258b89c22120a67f6fab65 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/python/runtime_py3 | |
parent | 7e513224f808c0985b1f4ff7ed0250e9692a7dde (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/python/runtime_py3')
-rw-r--r-- | library/python/runtime_py3/importer.pxi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/runtime_py3/importer.pxi b/library/python/runtime_py3/importer.pxi index d8b62930e05..904f94dea2b 100644 --- a/library/python/runtime_py3/importer.pxi +++ b/library/python/runtime_py3/importer.pxi @@ -248,7 +248,7 @@ class ResourceImporter(object): relpath = self._find_mod_path(fullname) if isinstance(relpath, bytes): relpath = _s(relpath) - return relpath or modname + return relpath or modname # PEP-302 extension 3 of 3: packaging introspection. # Used by `linecache` (while printing tracebacks) unless module filename |