summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMike Taylor <bear42@gmail.com>2015-07-05 15:46:04 -0400
committerMike Taylor <bear42@gmail.com>2015-07-05 15:46:04 -0400
commitbb094cc6498838cece046d9ed74881232fb5010d (patch)
treed8c4bb7b93c8245065778944250f959dd0cf6711 /examples
parentdbaa6ed95238f5a294a9924bef7fded5ce8750a6 (diff)
parenta0c6bf15e97a71787ffa4fec1850a995ba1d5446 (diff)
downloadslixmpp-bb094cc6498838cece046d9ed74881232fb5010d.tar.gz
slixmpp-bb094cc6498838cece046d9ed74881232fb5010d.tar.bz2
slixmpp-bb094cc6498838cece046d9ed74881232fb5010d.tar.xz
slixmpp-bb094cc6498838cece046d9ed74881232fb5010d.zip
Merge pull request #365 from jdowner/staging
Fixed imports
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/IoT_TestDevice.py14
1 files changed, 2 insertions, 12 deletions
diff --git a/examples/IoT_TestDevice.py b/examples/IoT_TestDevice.py
index cd80cee2..b85a0b7c 100755
--- a/examples/IoT_TestDevice.py
+++ b/examples/IoT_TestDevice.py
@@ -11,18 +11,10 @@
See the file LICENSE for copying permission.
"""
-import os
-import sys
-# This can be used when you are in a test environment and need to make paths right
-sys.path=['/Users/jocke/Dropbox/06_dev/SleekXMPP']+sys.path
-
+import getpass
import logging
-import unittest
-import distutils.core
-import datetime
+import sys
-from glob import glob
-from os.path import splitext, basename, join as pjoin
from optparse import OptionParser
from urllib import urlopen
@@ -39,8 +31,6 @@ else:
from sleekxmpp.plugins.xep_0323.device import Device
-#from sleekxmpp.exceptions import IqError, IqTimeout
-
class IoT_TestDevice(sleekxmpp.ClientXMPP):
"""