mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 21:48:26 +00:00
python: print out _path_list with next line
This commit is contained in:
parent
88bd6453d5
commit
f8e82485da
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue