diff --git a/src/manjaro-hello.py b/src/manjaro-hello.py index b9d9de5..3ffd7d8 100644 --- a/src/manjaro-hello.py +++ b/src/manjaro-hello.py @@ -3,12 +3,11 @@ import locale import gettext import os -import sys import json import gi import shutil gi.require_version("Gtk", "3.0") -from gi.repository import Gtk, Gio, GdkPixbuf +from gi.repository import Gtk, Gio class ManjaroHello(Gtk.Window): def __init__(self):