mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
4 lines
148 B
Python
4 lines
148 B
Python
DATA_DIR = '/usr/share/moulinette'
|
|
LIB_DIR = '/usr/lib/moulinette'
|
|
LOCALES_DIR = '/usr/share/moulinette/locale'
|
|
CACHE_DIR = '/var/cache/moulinette'
|