summaryrefslogtreecommitdiff
path: root/examples/disco_browser.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-03-24 09:36:35 -0400
committerLance Stout <lancestout@gmail.com>2011-03-24 09:36:35 -0400
commitbf2f2782b7b64be97948f56e21d55b969072c4dc (patch)
tree45001e4822e5dc654de2658ee88c73966e907ef1 /examples/disco_browser.py
parent694673b9bdc108ae109efd4dafa8893a22952b94 (diff)
parenta3d111be12144d9dea80165d84cd8168714d3d54 (diff)
downloadslixmpp-bf2f2782b7b64be97948f56e21d55b969072c4dc.tar.gz
slixmpp-bf2f2782b7b64be97948f56e21d55b969072c4dc.tar.bz2
slixmpp-bf2f2782b7b64be97948f56e21d55b969072c4dc.tar.xz
slixmpp-bf2f2782b7b64be97948f56e21d55b969072c4dc.zip
Merge branch 'develop' into stream_features
Diffstat (limited to 'examples/disco_browser.py')
-rwxr-xr-xexamples/disco_browser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/disco_browser.py b/examples/disco_browser.py
index 0d746083..b2b96f95 100755
--- a/examples/disco_browser.py
+++ b/examples/disco_browser.py
@@ -113,7 +113,7 @@ class Disco(sleekxmpp.ClientXMPP):
if self.get in self.identity_types:
print('Identities:')
for identity in info['disco_info']['identities']:
- print(' - ', identity)
+ print(' - %s' % str(identity))
if self.get in self.feature_types:
print('Features:')