fix typo
This commit is contained in:
parent
3c041171bd
commit
d956d1f19b
|
@ -1287,7 +1287,7 @@ class Connection:
|
||||||
try:
|
try:
|
||||||
j = helpers.parse_jid(jid)
|
j = helpers.parse_jid(jid)
|
||||||
except:
|
except:
|
||||||
print >> sys.sterr, _('Jid %s is not RFC compliant. It will not be added to your roster. Use roster management tools such as http://jru.jabberstudio.org/ to remove it') % jid
|
print >> sys.stderr, _('JID %s is not RFC compliant. It will not be added to your roster. Use roster management tools such as http://jru.jabberstudio.org/ to remove it') % jid
|
||||||
else:
|
else:
|
||||||
roster[j] = raw_roster[jid]
|
roster[j] = raw_roster[jid]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue