Skip to content
  • Guido Günther's avatar
    Silence PyGIWarnings · 6679777b
    Guido Günther authored
    This fixes
    
    /usr/bin/virt-sandbox-service:22: PyGIWarning: LibvirtGObject was imported without specifying a version first. Use gi.require_version('LibvirtGObject', '1.0') before import to ensure that the right version gets loaded.
      from gi.repository import LibvirtGObject
    /usr/bin/virt-sandbox-service:23: PyGIWarning: LibvirtSandbox was imported without specifying a version first. Use gi.require_version('LibvirtSandbox', '1.0') before import to ensure that the right version gets loaded.
      from gi.repository import LibvirtSandbox
    6679777b