Update unicorn.py

space
This commit is contained in:
Nguyen Anh Quynh 2017-04-18 07:46:12 +08:00 committed by GitHub
parent 4f07910eae
commit 7441cfe4e5
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ _path_list = [pkg_resources.resource_filename(__name__, 'lib'),
'',
distutils.sysconfig.get_python_lib(),
"/usr/local/lib/" if sys.platform == 'darwin' else '/usr/lib64',
os.getenv('PATH','')]
os.getenv('PATH', '')]
#print(_path_list)
#print("-" * 80)