commit | e717c6ec92edba03c453a4204a788d7c22ab47bd | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 10:25:50 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 11:29:30 2013 -0700 |
tree | 9bfebeabb40d36dfa30206c71a122e9f24a7ae9b | |
parent | be8503a69d609d0aee844a91f3f5d66f4e2666c7 [diff] [blame] |
use generic ofp import
diff --git a/tests/nicira_dec_ttl.py b/tests/nicira_dec_ttl.py index a35d97a..f5e8214 100644 --- a/tests/nicira_dec_ttl.py +++ b/tests/nicira_dec_ttl.py
@@ -2,7 +2,7 @@ import struct from oftest import config -import of10 as ofp +import ofp import oftest.base_tests as base_tests from oftest.testutils import *