mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
ofproto: Fix ImportError on python3
Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
e83acc434d
commit
6adf399345
@ -6266,7 +6266,7 @@ class OFPBundleAddMsg(MsgInMsgBase):
|
||||
self.buf += tail_buf
|
||||
|
||||
|
||||
import nx_actions
|
||||
from . import nx_actions
|
||||
|
||||
nx_actions.generate(
|
||||
'ryu.ofproto.ofproto_v1_5',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user