Remove sys.version_info checks for python2 and clean some imports.

This commit is contained in:
Emmanuel Gil Peyrot
2014-08-16 22:37:25 +02:00
committed by Florent Le Coz
parent b92dac72f3
commit 0e95015410
13 changed files with 23 additions and 114 deletions

View File

@@ -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):