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