summaryrefslogtreecommitdiff
path: root/tests/test_events.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-08-05 20:23:07 -0400
committerLance Stout <lancestout@gmail.com>2010-08-05 20:23:07 -0400
commit58f77d898f82ab108fa17d562a32c68d3ea35306 (patch)
tree441530e8518726fb55b2056340fa5ea03bec7638 /tests/test_events.py
parentc54466596f3dcc7a35a41c49fff0d057d4a8ed8f (diff)
downloadslixmpp-58f77d898f82ab108fa17d562a32c68d3ea35306.tar.gz
slixmpp-58f77d898f82ab108fa17d562a32c68d3ea35306.tar.bz2
slixmpp-58f77d898f82ab108fa17d562a32c68d3ea35306.tar.xz
slixmpp-58f77d898f82ab108fa17d562a32c68d3ea35306.zip
Updated tests to use a relative import for SleekTest to please Python3.
Fixed some tabs/spaces issues.
Diffstat (limited to 'tests/test_events.py')
-rw-r--r--tests/test_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_events.py b/tests/test_events.py
index 8f391e1d..bbc5832e 100644
--- a/tests/test_events.py
+++ b/tests/test_events.py
@@ -1,5 +1,5 @@
import sleekxmpp
-from sleektest import *
+from . sleektest import *
class TestEvents(SleekTest):