Browse Source

Fix missing import

Oz N Tiram 8 years ago
parent
commit
225acf80d9
1 changed files with 1 additions and 0 deletions
  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