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/detailed_contr_sw_messages.py b/tests/detailed_contr_sw_messages.py index 158f787..d45935d 100644 --- a/tests/detailed_contr_sw_messages.py +++ b/tests/detailed_contr_sw_messages.py
@@ -17,7 +17,7 @@ import oftest.parse as parse import basic -from testutils import * +from oftest.testutils import * from time import sleep from FuncUtils import *