projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2ad4ef8
)
ovs.reconnect: Make Reconnect.Reconnect inherit from object.
author
Ben Pfaff
<blp@nicira.com>
Tue, 23 Aug 2011 17:45:43 +0000
(10:45 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 24 Aug 2011 19:06:52 +0000
(12:06 -0700)
Reported-by: Reid Price <reid@nicira.com>
python/ovs/reconnect.py
patch
|
blob
|
history
diff --git
a/python/ovs/reconnect.py
b/python/ovs/reconnect.py
index 757e7304d6d52e2be760d910c41e1b9ab27cc980..ac0141665b5176c45384b77e1ae0f3f4c9dd4a96 100644
(file)
--- a/
python/ovs/reconnect.py
+++ b/
python/ovs/reconnect.py
@@
-117,7
+117,7
@@
class Reconnect(object):
% (fsm.name, (now - fsm.state_entered) / 1000.0))
return DISCONNECT
- class Reconnect:
+ class Reconnect
(object)
:
name = "RECONNECT"
is_connected = False