Oz N Tiram 9 жил өмнө
parent
commit
f6b3844d7f

+ 1 - 4
tests/test_base_ui.py

@@ -18,10 +18,7 @@
 # ============================================================================
 # ============================================================================
 import os
 import os
 import unittest
 import unittest
-try:
-    from StringIO import StringIO
-except ImportError:
-    from io import StringIO, BytesIO
+from io import StringIO, BytesIO
 
 
 import sys
 import sys
 from pwman.util.crypto_engine import CryptoEngine
 from pwman.util.crypto_engine import CryptoEngine