move files into a package structure

This commit is contained in:
2022-02-06 16:19:42 +01:00
parent 1e3782aaa4
commit 323d5d6dd5
6 changed files with 396 additions and 395 deletions

View File

@@ -7,9 +7,7 @@ from raven.settings.settingsstore import SettingsStore
settings = SettingsStore.load()
locale = os.environ['LANG'] if os.environ['LANG'] else "en"
print("locale1: %s" % locale)
locale = settings.session.get('general', 'lang', fallback=locale)
print("locale2: %s" % locale)
_ = False
src_dir = Path(__file__).resolve().parent.parent