Commit c651d2a5 authored by Anael Beutot's avatar Anael Beutot
Browse files

Fix unneeded weakref.

parent 3f4489d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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