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

Comment

parent 6f3f0881
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -165,6 +165,8 @@ class EventLoop(object):
    It cannot be used from other threads.
    """

    # singletion usage is very important because libvirt.virEventRegisterImpl
    # would segfaults on libvirt 0.8.X
    __metaclass__ = Singleton

    def __init__(self, loop):