Browse Source

Fix missing import

Oz N Tiram 8 năm trước cách đây
mục cha
commit
225acf80d9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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