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 | |
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.
-rwxr-xr-x | examples/adhoc_provider.py | 1 | ||||
-rwxr-xr-x | examples/adhoc_user.py | 1 | ||||
-rwxr-xr-x | examples/disco_browser.py | 1 | ||||
-rwxr-xr-x | examples/echo_client.py | 1 | ||||
-rwxr-xr-x | examples/muc.py | 1 | ||||
-rwxr-xr-x | examples/ping.py | 1 | ||||
-rwxr-xr-x | examples/proxy_echo_client.py | 1 | ||||
-rw-r--r-- | examples/roster_browser.py | 1 | ||||
-rwxr-xr-x | examples/send_client.py | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/examples/adhoc_provider.py b/examples/adhoc_provider.py index 4d4c3610..cfe72755 100755 --- a/examples/adhoc_provider.py +++ b/examples/adhoc_provider.py @@ -11,7 +11,6 @@ import sys import logging -import time import getpass from optparse import OptionParser diff --git a/examples/adhoc_user.py b/examples/adhoc_user.py index 0bc03c15..c155d4b8 100755 --- a/examples/adhoc_user.py +++ b/examples/adhoc_user.py @@ -11,7 +11,6 @@ import sys import logging -import time import getpass from optparse import OptionParser diff --git a/examples/disco_browser.py b/examples/disco_browser.py index 6023dd7e..20d012bc 100755 --- a/examples/disco_browser.py +++ b/examples/disco_browser.py @@ -10,7 +10,6 @@ """ import sys -import time import logging import getpass from optparse import OptionParser diff --git a/examples/echo_client.py b/examples/echo_client.py index cbb04683..db0064f9 100755 --- a/examples/echo_client.py +++ b/examples/echo_client.py @@ -11,7 +11,6 @@ import sys import logging -import time import getpass from optparse import OptionParser diff --git a/examples/muc.py b/examples/muc.py index 7af37449..ed54387a 100755 --- a/examples/muc.py +++ b/examples/muc.py @@ -11,7 +11,6 @@ import sys import logging -import time from optparse import OptionParser import sleekxmpp 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 diff --git a/examples/proxy_echo_client.py b/examples/proxy_echo_client.py index 1f4ba9d3..6655ec59 100755 --- a/examples/proxy_echo_client.py +++ b/examples/proxy_echo_client.py @@ -11,7 +11,6 @@ import sys import logging -import time import getpass from optparse import OptionParser diff --git a/examples/roster_browser.py b/examples/roster_browser.py index 7926b096..7e7ec816 100644 --- a/examples/roster_browser.py +++ b/examples/roster_browser.py @@ -10,7 +10,6 @@ """ import sys -import time import logging import getpass import threading 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 |