validators fs -> os

This commit is contained in:
Devaev Maxim
2019-04-10 21:45:31 +03:00
parent 07c59485fc
commit 4a0f74897c
4 changed files with 9 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ import passlib.apache
from ...yamlconf import Option
from ...validators.fs import valid_abs_path_exists
from ...validators.os import valid_abs_path_exists
from . import BaseAuthService