fix indentation typo

This commit is contained in:
Yann Leboulanger 2009-12-28 23:23:04 +01:00
parent 05a86e8357
commit 1de511c0fd
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ def get_server_from_jid(jid):
def get_resource_from_jid(jid):
tokens = jid.split('/', 1)
if len(tokens) > 1:
return tokens[1]
return tokens[1]
def get_name_and_server_from_jid(jid):
name = get_nick_from_jid(jid)