Sign in
android
/
platform
/
external
/
python
/
pylint
/
612950b6eae36a543f4645d743f5fd02839c9788
/
.
/
tests
/
functional
/
i
/
import_itself.py
blob: 1f4928f3e17d2669ce80a20e9959ecd082cb2e5c [
file
] [
log
] [
blame
]
"""test module importing itself"""
# pylint: disable=using-constant-test
from
__future__
import
print_function
from
.
import
import_itself
# [import-self]
__revision__
=
0
if
__revision__
:
print
(
import_itself
)