5 lines
177 B
Python
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')
|