commit | da3b5ad89ce995cbc3a08dfff06dcb4f66f85578 | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Wed Oct 03 09:05:32 2012 -0700 |
committer | Rich Lane <rich.lane@bigswitch.com> | Wed Oct 03 10:15:27 2012 -0700 |
tree | dab88f247ee287b8efaee8ae287676aa13241fb9 | |
parent | fb9ce27051f9df1a3f43e43154d0443f06f80287 [diff] [blame] |
move testutils to src/python/oftest testutils.py needs to be in a common location for different directories of tests to use it.
diff --git a/tests/actions.py b/tests/actions.py index f512a02..6bcfb8c 100644 --- a/tests/actions.py +++ b/tests/actions.py
@@ -20,7 +20,7 @@ import basic import time -from testutils import * +from oftest.testutils import * from time import sleep from FuncUtils import *