Reorganize imports
This commit is contained in:
parent
5a910aeb86
commit
75b5c98894
@ -7,22 +7,18 @@ 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
|
import gettext
|
||||||
import gettext
|
import traceback
|
||||||
import traceback
|
import time
|
||||||
import time
|
import gc
|
||||||
import gc
|
import ctypes
|
||||||
import ctypes
|
from ctypes import *
|
||||||
from ctypes import *
|
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