blob: 1d171c65b87c065e8abdfd96fa8c07d86cca3b7e [file] [log] [blame]
showard40376002008-07-15 22:48:49 +00001import os, sys
2dirname = os.path.dirname(sys.modules[__name__].__file__)
3autotest_dir = os.path.abspath(os.path.join(dirname, "../../../"))
4client_dir = os.path.join(autotest_dir, "client")
5sys.path.insert(0, client_dir)
6import setup_modules
7sys.path.pop(0)
8setup_modules.setup(base_path=autotest_dir, root_module_name="autotest_lib")