Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
8cee47cf5e7f0b17aadd5895d632901d828b0554
/
.
/
test
/
py
/
TestSyntax.py
blob: 29214194974b70cf9029516ba158be3ed6717bcd [
file
] [
log
] [
blame
]
#!/usr/bin/env python
import
sys
,
glob
sys
.
path
.
insert
(
0
,
'./gen-py'
)
sys
.
path
.
insert
(
0
,
glob
.
glob
(
'../../lib/py/build/lib.*'
)[
0
])
# Just import these generated files to make sure they are syntactically valid
from
DebugProtoTest
import
EmptyService