python: add a debug code to print out _path_list

This commit is contained in:
Nguyen Anh Quynh 2016-11-05 01:51:13 +08:00
parent 200f0d195e
commit 88bd6453d5
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ _path_list = [pkg_resources.resource_filename(__name__, 'lib'),
'',
distutils.sysconfig.get_python_lib(),
"/usr/local/lib/" if sys.platform == 'darwin' else '/usr/lib64']
#print("DEBUG _path_list = %s" %_path_list)
for _path in _path_list:
_uc = _load_lib(_path)