move files into a package structure
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user