fix identation

This commit is contained in:
Nikos Kouremenos 2006-09-28 14:47:18 +00:00
parent 9a05650bc6
commit 9dbc502b54
2 changed files with 4 additions and 5 deletions

View file

@ -620,7 +620,6 @@ def get_documents_path():
path = os.path.expanduser('~')
return path
# moved from connection.py
def get_full_jid_from_iq(iq_obj):
'''return the full jid (with resource) from an iq as unicode'''
return parse_jid(str(iq_obj.getFrom()))