Fix typo and remove unused import

This commit is contained in:
Philipp Hörist 2017-02-06 20:52:56 +01:00
parent a7c833f777
commit 20c000415c
1 changed files with 1 additions and 2 deletions

View File

@ -55,7 +55,6 @@ from gi.repository import Gtk
from gi.repository import Gdk from gi.repository import Gdk
from gi.repository import GLib from gi.repository import GLib
import time import time
import locale
import getopt import getopt
from common import i18n from common import i18n
@ -84,7 +83,7 @@ def parseOpts():
config_path = a config_path = a
return config_path return config_path
onfig_path = parseOpts() config_path = parseOpts()
del parseOpts del parseOpts
import common.configpaths import common.configpaths