Remove sys.version_info checks for python2 and clean some imports.
This commit is contained in:
committed by
Florent Le Coz
parent
b92dac72f3
commit
0e95015410
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user