浏览代码

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