diff options
author | roboslone <roboslone@yandex-team.ru> | 2022-02-10 16:49:03 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:03 +0300 |
commit | a1ac9c5d21387e37a6258b89c22120a67f6fab65 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/python | |
parent | 7e513224f808c0985b1f4ff7ed0250e9692a7dde (diff) | |
download | ydb-a1ac9c5d21387e37a6258b89c22120a67f6fab65.tar.gz |
Restoring authorship annotation for <roboslone@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/python')
-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 d8b62930e0..904f94dea2 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 |