easymacro/source/tests/test_config.py

15 lines
197 B
Python

#!/usr/bin/env python3
# Change values for your SO
OS = 'Linux'
DESKTOP = 'gnome'
PC = 'oficina'
USER = 'elmau'
IS_WIN = False
IS_MAC = False
LIBO_VERSION = '7.4'
LANGUAGE = 'en-US'
LANG = 'en'