python: print out _path_list with next line

This commit is contained in:
Nguyen Anh Quynh 2016-11-05 01:55:12 +08:00
parent 88bd6453d5
commit f8e82485da

View File

@ -64,7 +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)
#print("DEBUG _path_list = %s\n" %_path_list)
for _path in _path_list:
_uc = _load_lib(_path)