From: Vojtech Trefny vtrefny@redhat.com
Signed-off-by: Vojtech Trefny vtrefny@redhat.com --- meh/ui/gui.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meh/ui/gui.py b/meh/ui/gui.py index ec36104..8ab8a48 100644 --- a/meh/ui/gui.py +++ b/meh/ui/gui.py @@ -21,7 +21,9 @@ import os import sys import report -from gi.repository import Gtk + +import gi +gi.require_version("Gtk", "3.0")
import gettext _ = lambda x: gettext.ldgettext("python-meh", x)
anaconda-patches@lists.fedorahosted.org