summaryrefslogtreecommitdiff
path: root/tests/test_stanza_xep_0009.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_stanza_xep_0009.py')
-rw-r--r--tests/test_stanza_xep_0009.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_stanza_xep_0009.py b/tests/test_stanza_xep_0009.py
index 4392ca14..f1a61b80 100644
--- a/tests/test_stanza_xep_0009.py
+++ b/tests/test_stanza_xep_0009.py
@@ -24,10 +24,6 @@ from slixmpp.xmlstream.tostring import tostring
import unittest
-if sys.version_info > (3, 0):
- unicode = str
-
-
class TestJabberRPC(SlixTest):
def setUp(self):