Fix typo and remove unused import
This commit is contained in:
parent
a7c833f777
commit
20c000415c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue