Kaynağa Gözat

Fix missing import

Oz N Tiram 8 yıl önce
ebeveyn
işleme
225acf80d9
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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