diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2011-12-31 19:50:53 -0200 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2011-12-31 19:50:53 -0200 |
commit | cc63bef17988e219ee2b57e845fe6fbc033c110f (patch) | |
tree | a47a82c9376d7e013bb8617d9d17e3f1d1e9fe3c /examples/ping.py | |
parent | cbcfa156c4e01144dc92cc2901d1f37af2cd4b4c (diff) | |
download | slixmpp-cc63bef17988e219ee2b57e845fe6fbc033c110f.tar.gz slixmpp-cc63bef17988e219ee2b57e845fe6fbc033c110f.tar.bz2 slixmpp-cc63bef17988e219ee2b57e845fe6fbc033c110f.tar.xz slixmpp-cc63bef17988e219ee2b57e845fe6fbc033c110f.zip |
Remove unused imports in the examples.
Diffstat (limited to 'examples/ping.py')
-rwxr-xr-x | examples/ping.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/ping.py b/examples/ping.py index d5622ffd..fa396907 100755 --- a/examples/ping.py +++ b/examples/ping.py @@ -11,7 +11,6 @@ import sys import logging -import time import getpass from optparse import OptionParser |