commit | 51590f6dcaf651356a63d8a5449a885a7acfbca8 | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Tue Oct 09 15:06:29 2012 -0700 |
committer | Rich Lane <rich.lane@bigswitch.com> | Tue Oct 09 15:06:29 2012 -0700 |
tree | f3879c3e5b6da4cca9ce3f52504c6b6736607629 | |
parent | 8260a2dd049a2dc9976ad23b935a7cb948b09714 [diff] [blame] |
add platforms dir to the pythonpath
diff --git a/oft b/oft index 999ce4a..9e92a99 100755 --- a/oft +++ b/oft
@@ -506,6 +506,9 @@ logging.info("Adding test " + modname + "." + testname) suite.addTest(test()) +# Allow platforms to import each other +sys.path.append(config["platform_dir"]) + # Load the platform module platform_name = config["platform"] logging.info("Importing platform: " + platform_name)