Sign in
fuchsia
/
third_party
/
github.com
/
bazelbuild
/
rules_python
/
8c2cae6052cd903b42db5a0afe85af5bbe8aa8ff
/
.
/
tests
/
modules
/
other
/
venv_bin.py
blob: 5455b23f400c03691b71ec57dcffcb7893a9141c [
file
]
import
nspkg
print
(
nspkg
)
import
nspkg
.
subnspkg
print
(
nspkg
.
subnspkg
)
import
nspkg
.
subnspkg
.
delta
print
(
nspkg
.
subnspkg
.
delta
)
import
nspkg
.
subnspkg
.
gamma
print
(
nspkg
.
subnspkg
.
gamma
)
print
(
"@other//:venv_bin ran successfully."
)