Sign in
fuchsia
/
third_party
/
github.com
/
bazelbuild
/
rules_python
/
9a93adcb2f437ea0c62306bb3672f718d7c19cec
/
.
/
tests
/
modules
/
other
/
venv_bin.py
blob: 5455b23f400c03691b71ec57dcffcb7893a9141c [
file
] [
log
] [
blame
]
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."
)