move files into a package structure

This commit is contained in:
2022-02-06 16:02:54 +01:00
parent 8bb4ca0563
commit 5428553a1e
28 changed files with 23 additions and 26 deletions

View File

@@ -3,7 +3,7 @@ import os
from pathlib import Path
from raven.pluginregistry import PluginRegistry
from settingsstore import SettingsStore
from raven.settings.settingsstore import SettingsStore
settings = SettingsStore.load()
locale = os.environ['LANG'] if os.environ['LANG'] else "en"