From 64db28c0a7fcd3b07c1a40c63237505d5c62946b Mon Sep 17 00:00:00 2001 From: Jeff Fisher Date: Sat, 17 Mar 2012 09:02:07 -0600 Subject: [PATCH] minor formatting change --- crussh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crussh.py b/crussh.py index 9749542..4938a76 100755 --- a/crussh.py +++ b/crussh.py @@ -41,7 +41,7 @@ class CruSSHConf: self.Config["opacity"] = range.get_value() ### GUI Objects ### - def initGUI(self, save_func = None): + def initGUI(self, save_func=None): self.MainWin.set_modal(True) self.MainWin.props.allow_grow = False