Reorganize imports
This commit is contained in:
parent
5a910aeb86
commit
75b5c98894
@ -7,7 +7,6 @@ from gi.repository import Gtk, GdkPixbuf, Gdk, GObject
|
|||||||
from gi.repository import MatePanelApplet
|
from gi.repository import MatePanelApplet
|
||||||
from gi.repository import Gio
|
from gi.repository import Gio
|
||||||
|
|
||||||
try:
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import commands
|
import commands
|
||||||
@ -20,9 +19,6 @@ try:
|
|||||||
import xdg.Config
|
import xdg.Config
|
||||||
import keybinding
|
import keybinding
|
||||||
import pointerMonitor
|
import pointerMonitor
|
||||||
except Exception, e:
|
|
||||||
print e
|
|
||||||
sys.exit( 1 )
|
|
||||||
|
|
||||||
GObject.threads_init()
|
GObject.threads_init()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user