python: print out _path_list with next line
This commit is contained in:
@ -64,7 +64,7 @@ _path_list = [pkg_resources.resource_filename(__name__, 'lib'),
|
|||||||
'',
|
'',
|
||||||
distutils.sysconfig.get_python_lib(),
|
distutils.sysconfig.get_python_lib(),
|
||||||
"/usr/local/lib/" if sys.platform == 'darwin' else '/usr/lib64']
|
"/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:
|
for _path in _path_list:
|
||||||
_uc = _load_lib(_path)
|
_uc = _load_lib(_path)
|
||||||
|
Reference in New Issue
Block a user