diff --git a/src/manjaro-hello.py b/src/manjaro-hello.py index a7766c9..d36f6fd 100644 --- a/src/manjaro-hello.py +++ b/src/manjaro-hello.py @@ -7,7 +7,7 @@ import json import gi import shutil gi.require_version("Gtk", "3.0") -from gi.repository import Gtk, Gio +from gi.repository import Gtk class ManjaroHello(Gtk.Window): def __init__(self):