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/src/python/oftest/illegal_message.py b/src/python/oftest/illegal_message.py index f225b90..8e52e33 100644 --- a/src/python/oftest/illegal_message.py +++ b/src/python/oftest/illegal_message.py
@@ -3,10 +3,10 @@ """ import struct -import of10 +import ofp class illegal_message_type(object): - version = of10.OFP_VERSION + version = ofp.OFP_VERSION type = 217 def __init__(self, xid=None):