diff options
author | Devaev Maxim <[email protected]> | 2019-02-10 02:50:36 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-02-10 02:50:36 +0300 |
commit | 251720ef9d9fa7a36438034e788853e2a62c1cb0 (patch) | |
tree | 8d236b0ab8627f01020d9e7b0ce329db721a62c2 /kvmd/apps/htpasswd | |
parent | 8ae714ab3caaa77de94bdafef02548a1b068f41f (diff) |
moved application.py content to apps/__init__.py
Diffstat (limited to 'kvmd/apps/htpasswd')
-rw-r--r-- | kvmd/apps/htpasswd/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/apps/htpasswd/__init__.py b/kvmd/apps/htpasswd/__init__.py index 0eaf89f3..5ce0454b 100644 --- a/kvmd/apps/htpasswd/__init__.py +++ b/kvmd/apps/htpasswd/__init__.py @@ -12,7 +12,7 @@ import passlib.apache from ...yamlconf import Section -from ...application import init +from .. import init # ===== |