diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-15 01:23:40 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-15 01:30:25 +0300 |
commit | a5854d2bc5717cb5b6f589f367acaa6d0c8b0179 (patch) | |
tree | 193a344032bfd5a9a392c9fd2af83e13a4cbda67 /tests/basics/tuple_count.py | |
parent | 75ffcaeace8b201b45c395710a4252fa8351b241 (diff) | |
download | micropython-a5854d2bc5717cb5b6f589f367acaa6d0c8b0179.tar.gz micropython-a5854d2bc5717cb5b6f589f367acaa6d0c8b0179.zip |
builtinimport: Add basic support for namespace packages.
That was easy - just avoid erroring out on seeing candidate dir for namespace
package. That's far from being complete though - namespace packages should
support importing portions of package from different sys.path entries, here
we require first matching entry to contain all namespace package's portions.
And yet, that's a way to put parts of the same Python package into multiple
installable package - something we really need for *Micro*Python.
Diffstat (limited to 'tests/basics/tuple_count.py')
0 files changed, 0 insertions, 0 deletions