Remove unused imports

merge-requests/64/head
Huluti 2016-12-04 19:08:00 +01:00
parent 4f60095a1a
commit 4f39df9388
1 changed files with 1 additions and 2 deletions

View File

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