David Reiss | 8cee47c | 2009-02-07 02:37:05 +0000 | [diff] [blame] | 1 | #!/usr/bin/env python |
2 | |||||
3 | import sys, glob | ||||
4 | sys.path.insert(0, './gen-py') | ||||
5 | sys.path.insert(0, glob.glob('../../lib/py/build/lib.*')[0]) | ||||
6 | |||||
7 | # Just import these generated files to make sure they are syntactically valid | ||||
8 | from DebugProtoTest import EmptyService | ||||
David Reiss | a7fc092 | 2009-02-07 02:37:09 +0000 | [diff] [blame] | 9 | from DebugProtoTest import Inherited |