diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2011-12-30 00:08:05 -0200 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2011-12-30 00:08:05 -0200 |
commit | 2dc230a68b8a614cc31130177496fdfae568abf6 (patch) | |
tree | 63e6b67d7abc2520299c387f518c93c0bb17c79c /examples/send_client.py | |
parent | 7945b3e7389516ebd3267dbba83e7564813c3012 (diff) | |
download | slixmpp-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/send_client.py')
-rwxr-xr-x | examples/send_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/send_client.py b/examples/send_client.py index d1dafee6..1ddac659 100755 --- a/examples/send_client.py +++ b/examples/send_client.py @@ -131,7 +131,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: |