Reorganize imports

This commit is contained in:
Clement Lefebvre 2016-12-06 22:30:46 +00:00
parent 5a910aeb86
commit 75b5c98894

View File

@ -7,7 +7,6 @@ from gi.repository import Gtk, GdkPixbuf, Gdk, GObject
from gi.repository import MatePanelApplet
from gi.repository import Gio
try:
import sys
import os
import commands
@ -20,9 +19,6 @@ try:
import xdg.Config
import keybinding
import pointerMonitor
except Exception, e:
print e
sys.exit( 1 )
GObject.threads_init()