Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #365 from jdowner/staging
Browse files Browse the repository at this point in the history
Fixed imports
  • Loading branch information
bear committed Jul 5, 2015
2 parents dbaa6ed + a0c6bf1 commit bb094cc
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions examples/IoT_TestDevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -39,8 +31,6 @@

from sleekxmpp.plugins.xep_0323.device import Device

#from sleekxmpp.exceptions import IqError, IqTimeout

class IoT_TestDevice(sleekxmpp.ClientXMPP):

"""
Expand Down

0 comments on commit bb094cc

Please sign in to comment.