blob: 7e4998928ee5f2175c49864cc56dec3e17308782 [file] [log] [blame]
David Reiss8cee47c2009-02-07 02:37:05 +00001#!/usr/bin/env python
2
3import sys, glob
4sys.path.insert(0, './gen-py')
5sys.path.insert(0, glob.glob('../../lib/py/build/lib.*')[0])
6
7# Just import these generated files to make sure they are syntactically valid
8from DebugProtoTest import EmptyService
David Reissa7fc0922009-02-07 02:37:09 +00009from DebugProtoTest import Inherited