Skip to content
Snippets Groups Projects
Commit b528e9a4 authored by Damien George's avatar Damien George
Browse files

py/builtinimport: Fix bug when importing names from frozen packages.

The commit d9047d3c introduced a bug
whereby "from a.b import c" stopped working for frozen packages.  This is
because the path was not properly truncated and became "a//b".  Such a
path resolves correctly for a "real" filesystem, but not for a search in
the list of frozen modules.
parent b2611d6b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment