index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
import
/
pkg3
/
subpkg1
/
mod1.py
blob: 7a2ae44b54cfdf6e255bca6c74e1932fdae9c4f7 (
plain
)
1
2
print
(
"subpkg1.mod1 __name__:"
,
__name__
)
from
..mod2
import
foo