Explorar o código

fix non-existing OSX

oz123 %!s(int64=12) %!d(string=hai) anos
pai
achega
05601e1fdd
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      scripts/pwman3

+ 3 - 1
scripts/pwman3

@@ -51,11 +51,13 @@ if args.test:
 from pwman.util.crypto import CryptoEngine
 import getopt
 import sys
+
 if 'darwin' in sys.platform:
     from pwman.ui.cli import PwmanCliMac as PwmanCli
-    OSX=True
+    OSX = True
 else:
     from pwman.ui.cli import PwmanCli
+    OSX = False
 
 import pwman.util.config as config
 import pwman.data.factory