From 89fabab7187f391a5918930134c46fc2c867c0fc Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Mon, 27 Feb 2006 17:54:20 +0000 Subject: [PATCH] a typo --- src/gajim-remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim-remote.py b/src/gajim-remote.py index 48c243868..372ca8cd8 100755 --- a/src/gajim-remote.py +++ b/src/gajim-remote.py @@ -253,7 +253,7 @@ class GajimRemote: elif self.command == 'list_accounts': if isinstance(res, list): for account in res: - print account.encode(PREFERED_ENCODING) + print account.encode(PREFERRED_ENCODING) elif self.command == 'account_info': if res: print self.print_info(0, res, True)