Minor style tweak

This commit is contained in:
Denis Kenzior 2009-05-28 15:01:14 -05:00
parent 27349e877a
commit d200f537d3
1 changed files with 1 additions and 1 deletions

View File

@ -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 <property> <newvalue>" % (sys.argv[0])
print "Properties can be: VoiceCallWaiting, HideCallerId"
sys.exit(1)