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
/
rel_import_inv.py
blob: 1f3b35e8b8aaa3a139da40325c3589c192a20bd1 (
plain
)
1
2
3
4
try
:
from
.
import
foo
except
:
print
(
"Invalid relative import caught"
)