From e34f99cd30916e20f84c5953b7ef0f364bf4e03d Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 9 Sep 2005 17:35:07 +0000 Subject: [PATCH] more pythonic --- src/common/socks5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/socks5.py b/src/common/socks5.py index e5802828a..3be817068 100644 --- a/src/common/socks5.py +++ b/src/common/socks5.py @@ -253,7 +253,7 @@ running instance of Gajim. \nFile Transfer will be canceled.\n================== result = sender.get_file_contents(0) self.process_result(result, sender) elif sender.state == 7: - while(True): + while True: if sender.file_props['paused']: break if not sender.connected: