Explorar el Código

fix 'OSX not defined' error

RyanC hace 12 años
padre
commit
0d74625544
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      scripts/pwman3

+ 1 - 0
scripts/pwman3

@@ -56,6 +56,7 @@ if 'darwin' in sys.platform:
     OSX=True
 else:
     from pwman.ui.cli import PwmanCli
+    OSX=False
 
 import pwman.util.config as config
 import pwman.data.factory