util: try one more path for data_files

This commit is contained in:
pictuga 2021-12-14 11:10:26 +00:00
parent 0111ea1749
commit 3392ae3973

@ -34,7 +34,8 @@ def data_path(path=''):
bases = [
os.path.join(sys.prefix, 'share/morss/www'),
os.path.join(pkg_path(), './../../../../share/morss/www'),
os.path.join(pkg_path(), '../../../share/morss/www'),
os.path.join(pkg_path(), '../../../../share/morss/www'),
os.path.join(pkg_path(), '../www'),
os.path.join(pkg_path(), '../..')
]