summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2011-12-31 19:48:03 -0200
committerRodolfo Carvalho <rhcarvalho@gmail.com>2011-12-31 19:48:03 -0200
commitcbcfa156c4e01144dc92cc2901d1f37af2cd4b4c (patch)
treee1b6ac5d381a80756c522d85d66b311604b15073
parent8cafa8578f35aa96205b7c163ba9c272ca27a1b5 (diff)
downloadslixmpp-cbcfa156c4e01144dc92cc2901d1f37af2cd4b4c.tar.gz
slixmpp-cbcfa156c4e01144dc92cc2901d1f37af2cd4b4c.tar.bz2
slixmpp-cbcfa156c4e01144dc92cc2901d1f37af2cd4b4c.tar.xz
slixmpp-cbcfa156c4e01144dc92cc2901d1f37af2cd4b4c.zip
Add missing import.
-rwxr-xr-xexamples/echo_component.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/echo_component.py b/examples/echo_component.py
index d8bcd752..9adfd1e7 100755
--- a/examples/echo_component.py
+++ b/examples/echo_component.py
@@ -12,6 +12,7 @@
import sys
import logging
import time
+import getpass
from optparse import OptionParser
import sleekxmpp