From d200f537d312aee80adc8c7129902842fb01028c Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 28 May 2009 15:01:14 -0500 Subject: [PATCH] Minor style tweak --- test/test-call-settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-call-settings b/test/test-call-settings index c0894781..d418130b 100755 --- a/test/test-call-settings +++ b/test/test-call-settings @@ -16,7 +16,7 @@ def property_changed(name, value): mainloop.quit(); if __name__ == "__main__": - if (len(sys.argv) < 3): + if len(sys.argv) < 3: print "Useage: %s " % (sys.argv[0]) print "Properties can be: VoiceCallWaiting, HideCallerId" sys.exit(1)