Sign in
gfiber
/
vendor
/
google
/
catawampus
/
7a04406c116400bd8140178af53369829af2541c
/
.
/
ext_test
/
sub
/
ext.py
blob: cd9adf25da02ea3fb71ed82b2054b41d904226f8 [
file
] [
log
] [
blame
]
"""Test for extension modules in a subdir of $CWMPD_EXT_DIR."""
import
google3
import
tr
.
cwmptypes
def
Extend
(
root
):
type
(
root
).
TestSubExt
=
tr
.
cwmptypes
.
Unsigned
(
42
)
root
.
TestSubExt
=
97.3
root
.
Export
(
params
=[
'TestSubExt'
])