fix identation
This commit is contained in:
parent
9a05650bc6
commit
9dbc502b54
2 changed files with 4 additions and 5 deletions
|
@ -620,7 +620,6 @@ def get_documents_path():
|
||||||
path = os.path.expanduser('~')
|
path = os.path.expanduser('~')
|
||||||
return path
|
return path
|
||||||
|
|
||||||
# moved from connection.py
|
|
||||||
def get_full_jid_from_iq(iq_obj):
|
def get_full_jid_from_iq(iq_obj):
|
||||||
'''return the full jid (with resource) from an iq as unicode'''
|
'''return the full jid (with resource) from an iq as unicode'''
|
||||||
return parse_jid(str(iq_obj.getFrom()))
|
return parse_jid(str(iq_obj.getFrom()))
|
||||||
|
|
Loading…
Add table
Reference in a new issue