From 5a9625ff902e9ed220ca5cd351a1bfdd709ed534 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 1 May 2006 13:26:07 +0000 Subject: [PATCH] nothing --- src/common/gajim.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/gajim.py b/src/common/gajim.py index 62566239d..b4afc2508 100644 --- a/src/common/gajim.py +++ b/src/common/gajim.py @@ -253,8 +253,7 @@ def jid_is_transport(jid): # if not '@' or '@' starts the jid then it is transport if jid.find('@') <= 0: return True - else: - return False + return False def get_jid_from_account(account_name): '''return the jid we use in the given account'''