Jelajahi Sumber

Fix missing import

Oz N Tiram 8 tahun lalu
induk
melakukan
225acf80d9
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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