moved application.py content to apps/__init__.py

This commit is contained in:
Devaev Maxim
2019-02-10 02:50:36 +03:00
parent 8ae714ab3c
commit 251720ef9d
5 changed files with 193 additions and 191 deletions

View File

@@ -12,7 +12,7 @@ import passlib.apache
from ...yamlconf import Section
from ...application import init
from .. import init
# =====