diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-12 11:31:36 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-12 16:10:26 +0100 |
commit | 40c24168fcaf9251f56e8570538e9a7dd48795e9 (patch) | |
tree | 42e68ea29d5c809c4b5e37e2a7237917433d7303 /src/hydrilla/server/__init__.py | |
parent | ded47952fc7f3e4484c6ae4a559e514cb660f2bc (diff) | |
download | haketilo-hydrilla-40c24168fcaf9251f56e8570538e9a7dd48795e9.tar.gz haketilo-hydrilla-40c24168fcaf9251f56e8570538e9a7dd48795e9.zip |
remake internationalization, using Babel this time
Diffstat (limited to 'src/hydrilla/server/__init__.py')
-rw-r--r-- | src/hydrilla/server/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hydrilla/server/__init__.py b/src/hydrilla/server/__init__.py index f5a799e..baa78cc 100644 --- a/src/hydrilla/server/__init__.py +++ b/src/hydrilla/server/__init__.py @@ -4,4 +4,5 @@ # # Available under the terms of Creative Commons Zero v1.0 Universal. -from .serve import create_app +from . import config +from .serve import HydrillaApp |