Explorar el Código

Fix missing import

Oz N Tiram hace 8 años
padre
commit
225acf80d9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tests/test_base_ui.py

+ 1 - 0
tests/test_base_ui.py

@@ -18,6 +18,7 @@
 # ============================================================================
 import os
 import unittest
+import sys
 from io import StringIO, BytesIO
 
 from pwman.util.crypto_engine import CryptoEngine