mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 22:06:10 +02:00
of13 OFPGroupDescStats: fix super call
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
3ed1e3fa6b
commit
a3c06c6f22
@ -2331,7 +2331,7 @@ class OFPGroupStatsReply(OFPMultipartReply):
|
||||
|
||||
class OFPGroupDescStats(object):
|
||||
def __init__(self):
|
||||
super(OFPGroupDescStats).__init__()
|
||||
super(OFPGroupDescStats, self).__init__()
|
||||
self.length = None
|
||||
self.type = None
|
||||
self.group_id = None
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user