xref
: /
AliOS-Things-master
/
components
/
py_engine
/
tests
/
import
/
rel_import_inv.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
try
:
2
from
.
import
foo
3
except
:
4
print
(
"Invalid relative import caught"
)
5