mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-03 01:18:00 +03:00
a8e978dd38
We need to place require_version calls earlier and before any code that might import Gtk/Gdk Signed-off-by: Cole Robinson <crobinso@redhat.com>
8 lines
183 B
Python
8 lines
183 B
Python
# This work is licensed under the GNU GPLv2 or later.
|
|
# See the COPYING file in the top-level directory.
|
|
|
|
import gi
|
|
|
|
gi.require_version("Gdk", "3.0")
|
|
gi.require_version("Gtk", "3.0")
|