commit | d7b0ffabfde4d7b10fc34d91b79b9fd9638c8760 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Fri Mar 08 15:53:42 2013 -0800 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 09:41:44 2013 -0700 |
tree | b3c25f1f914fca05f581636de7739dea995b759b | |
parent | 537247359caf0f7ad204d0fc1add4a48efe525a8 [diff] [blame] |
loxi-prep: remove uses of cstruct module This module does not exist in PyLoxi.
diff --git a/tests/cxn.py b/tests/cxn.py index 34bacad..37c2e52 100644 --- a/tests/cxn.py +++ b/tests/cxn.py
@@ -12,7 +12,7 @@ from oftest import config import oftest.controller as controller -import oftest.cstruct as ofp +import ofp import oftest.message as message import oftest.dataplane as dataplane import oftest.action as action