summaryrefslogtreecommitdiff
path: root/examples/roster_browser.py
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2011-12-30 00:08:05 -0200
committerRodolfo Carvalho <rhcarvalho@gmail.com>2011-12-30 00:08:05 -0200
commit2dc230a68b8a614cc31130177496fdfae568abf6 (patch)
tree63e6b67d7abc2520299c387f518c93c0bb17c79c /examples/roster_browser.py
parent7945b3e7389516ebd3267dbba83e7564813c3012 (diff)
downloadslixmpp-2dc230a68b8a614cc31130177496fdfae568abf6.tar.gz
slixmpp-2dc230a68b8a614cc31130177496fdfae568abf6.tar.bz2
slixmpp-2dc230a68b8a614cc31130177496fdfae568abf6.tar.xz
slixmpp-2dc230a68b8a614cc31130177496fdfae568abf6.zip
Replace pydns with dnspython in the comments of the examples.
Diffstat (limited to 'examples/roster_browser.py')
-rw-r--r--examples/roster_browser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/roster_browser.py b/examples/roster_browser.py
index 4a58cc1c..e145338e 100644
--- a/examples/roster_browser.py
+++ b/examples/roster_browser.py
@@ -160,7 +160,7 @@ if __name__ == '__main__':
# Connect to the XMPP server and start processing XMPP stanzas.
if xmpp.connect():
- # If you do not have the pydns library installed, you will need
+ # If you do not have the dnspython library installed, you will need
# to manually specify the name of the server if it does not match
# the one in the JID. For example, to use Google Talk you would
# need to use: