Remove unused import

merge-requests/64/head
Huluti 2016-12-04 19:11:31 +01:00
parent ef2e4d10da
commit b3afcd13ce
1 changed files with 1 additions and 1 deletions

View File

@ -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):