commit | efdc2c5e3c8e8f2f2222d9c3ade7e1ab799dead2 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 10:15:45 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 11:29:30 2013 -0700 |
tree | 64bf32c837531c48c6b495cde2751f5026495778 | |
parent | b658dddb70833c6a12daeba71ab51ddc754683ab [diff] |
oft: use pyloxi
diff --git a/oft b/oft index d0db9c3..b0e4127 100755 --- a/oft +++ b/oft
@@ -31,6 +31,7 @@ if os.path.exists(os.path.join(pydir, 'oftest')): # Running from source tree sys.path.insert(0, pydir) + sys.path.insert(0, os.path.join(pydir, "loxi")) import oftest from oftest import config