Loading ccnode/hypervisor/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ class Hypervisor(object): """ #: parent MainLoop self.main = weakref.proxy(loop) self.rpc_con = weakref.proxy(loop.rpc_con) # FIXME do we need weakref ? self.rpc_con = loop.rpc_con self.async_calls = dict() #: hv attributes Loading Loading
ccnode/hypervisor/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ class Hypervisor(object): """ #: parent MainLoop self.main = weakref.proxy(loop) self.rpc_con = weakref.proxy(loop.rpc_con) # FIXME do we need weakref ? self.rpc_con = loop.rpc_con self.async_calls = dict() #: hv attributes Loading