fix indent (#183)
This commit is contained in:
parent
a082473a66
commit
ce675497d1
@ -3,4 +3,3 @@
|
||||
import compileall
|
||||
|
||||
compileall.compile_dir(".", force=1)
|
||||
|
||||
|
@ -826,4 +826,3 @@ def quit_all(widget):
|
||||
MatePanelApplet.Applet.factory_main("MintMenuAppletFactory", True,
|
||||
MatePanelApplet.Applet.__gtype__,
|
||||
applet_factory, None)
|
||||
|
||||
|
@ -90,5 +90,3 @@ class EasyGSettings:
|
||||
setattr( obj, varName, settings.get_boolean(key) )
|
||||
else:
|
||||
setattr( obj, varName, settings.get_value(key) )
|
||||
|
||||
|
||||
|
@ -44,4 +44,3 @@ def Execute( cmd , commandCwd=None):
|
||||
except Exception, detail:
|
||||
print detail
|
||||
return False
|
||||
|
||||
|
@ -70,4 +70,3 @@ class PointerMonitor(GObject.GObject, threading.Thread):
|
||||
self.running = False
|
||||
self.root.ungrab_button(X.AnyButton, X.AnyModifier)
|
||||
self.display.close()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user