diff options
author | roboslone <roboslone@yandex-team.ru> | 2022-02-10 16:49:00 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:00 +0300 |
commit | 7e513224f808c0985b1f4ff7ed0250e9692a7dde (patch) | |
tree | bad9bc325de56a5aa403cd69028facd0e18d55ff /library/python/runtime_py3 | |
parent | a0f62102eb212bd1a782a4f248485947ee3bb696 (diff) | |
download | ydb-7e513224f808c0985b1f4ff7ed0250e9692a7dde.tar.gz |
Restoring authorship annotation for <roboslone@yandex-team.ru>. Commit 1 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 904f94dea2..d8b62930e0 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 |