openSUSE-release-tools/abichecker/abichecker_common.py
2015-05-28 13:16:49 +02:00

5 lines
177 B
Python

from xdg.BaseDirectory import save_cache_path, save_data_path
CACHEDIR = save_cache_path('opensuse.org', 'abi-checker')
DATADIR = save_data_path('opensuse.org', 'abi-checker')