diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2011-12-31 20:14:24 -0200 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2011-12-31 20:14:24 -0200 |
commit | 46e93bea09c05ab1183fd94981dcaa2654e5d0fd (patch) | |
tree | a8632d7d6ffa60c08f3ac7c1dfdbd98554cc9fc4 /examples | |
parent | cbc6a0296bfdb44a09932d30cfb3aade8f23e156 (diff) | |
download | slixmpp-46e93bea09c05ab1183fd94981dcaa2654e5d0fd.tar.gz slixmpp-46e93bea09c05ab1183fd94981dcaa2654e5d0fd.tar.bz2 slixmpp-46e93bea09c05ab1183fd94981dcaa2654e5d0fd.tar.xz slixmpp-46e93bea09c05ab1183fd94981dcaa2654e5d0fd.zip |
Remove unused import.
I forgot about this one before!
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/echo_component.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/echo_component.py b/examples/echo_component.py index 9adfd1e7..82f6eb9f 100755 --- a/examples/echo_component.py +++ b/examples/echo_component.py @@ -11,7 +11,6 @@ import sys import logging -import time import getpass from optparse import OptionParser |