circuitpython/tests/basics/pkg2
Paul Sokolovsky 2ff3d9d0b2 builtinimport: Set __path__ attribute ASAP as it's clear we have a package.
This helps with handling "recursive" imports in sane manner, for example
when foo/__init__.py has something like "from foo import submod".
2014-04-12 02:55:18 +03:00
..
__init__.py builtinimport: Set __path__ attribute ASAP as it's clear we have a package. 2014-04-12 02:55:18 +03:00
mod1.py builtinimport: Set __path__ attribute ASAP as it's clear we have a package. 2014-04-12 02:55:18 +03:00
mod2.py builtinimport: Set __path__ attribute ASAP as it's clear we have a package. 2014-04-12 02:55:18 +03:00