blob: c505ee4afcdb366023fe6b527323da95ccf0ef33 [file] [log] [blame]
showard40376002008-07-15 22:48:49 +00001import os, sys
2dirname = os.path.dirname(sys.modules[__name__].__file__)
Alex Miller9e30bb22013-01-01 14:46:53 -08003autotest_dir = os.path.abspath(os.path.join(dirname, "..", "..", ".."))
showard40376002008-07-15 22:48:49 +00004client_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")