diff options
author | Lance Stout <lancestout@gmail.com> | 2011-12-31 17:27:57 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-12-31 17:27:57 -0800 |
commit | 1b0fd76b45bb1c6e6409aa6e3e0b0c2edf5ba374 (patch) | |
tree | ee77dff6d6bbd8a068a06912146b6dbfdab931e2 /examples/send_client.py | |
parent | 4a12e1059a8cc38a3baf30a18dd6143e7d5beebb (diff) | |
parent | 46e93bea09c05ab1183fd94981dcaa2654e5d0fd (diff) | |
download | slixmpp-1b0fd76b45bb1c6e6409aa6e3e0b0c2edf5ba374.tar.gz slixmpp-1b0fd76b45bb1c6e6409aa6e3e0b0c2edf5ba374.tar.bz2 slixmpp-1b0fd76b45bb1c6e6409aa6e3e0b0c2edf5ba374.tar.xz slixmpp-1b0fd76b45bb1c6e6409aa6e3e0b0c2edf5ba374.zip |
Merge pull request #131 from rhcarvalho/master
Small changes to the examples
Diffstat (limited to 'examples/send_client.py')
-rwxr-xr-x | examples/send_client.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/send_client.py b/examples/send_client.py index 94bb584d..adf5fcc6 100755 --- a/examples/send_client.py +++ b/examples/send_client.py @@ -11,7 +11,6 @@ import sys import logging -import time import getpass from optparse import OptionParser |