فهرست منبع

fix 'OSX not defined' error

RyanC 12 سال پیش
والد
کامیت
0d74625544
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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