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(), '../..')
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user