From a33d8062833d1bfec4777145cc484c1d6b9e141f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 27 Aug 2010 17:07:33 +0200 Subject: some automatic fixes --- interfaces/pyLoadCli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interfaces/pyLoadCli.py') diff --git a/interfaces/pyLoadCli.py b/interfaces/pyLoadCli.py index fc8af9b86..8fdd75016 100755 --- a/interfaces/pyLoadCli.py +++ b/interfaces/pyLoadCli.py @@ -538,7 +538,7 @@ if __name__ == "__main__": if not server_url: if not username: username = raw_input(_("Username: ")) if not addr: addr = raw_input(_("address: ")) - if ssl == None: + if ssl is None: ssl = raw_input(_("Use SSL? ([y]/n): ")) if ssl == "y" or ssl == "": ssl = "s" -- cgit v1.2.3