Loading cloudcontrol/node/hypervisor/lib.py +2 −2 Original line number Diff line number Diff line Loading @@ -195,8 +195,8 @@ class EventLoop(object): """ self.loop = loop self.handle_id = count() self.timer_id = count() self.handle_id = count(1) self.timer_id = count(1) self.handles = dict() self.timers = dict() Loading Loading
cloudcontrol/node/hypervisor/lib.py +2 −2 Original line number Diff line number Diff line Loading @@ -195,8 +195,8 @@ class EventLoop(object): """ self.loop = loop self.handle_id = count() self.timer_id = count() self.handle_id = count(1) self.timer_id = count(1) self.handles = dict() self.timers = dict() Loading