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