Fix incorrect import

This commit is contained in:
VirtuBox
2019-10-29 19:28:55 +01:00
parent b874616343
commit c859e3d4b7

View File

@@ -23,7 +23,6 @@ from wo.core.services import WOService
from wo.core.shellexec import CommandExecutionError, WOShellExec from wo.core.shellexec import CommandExecutionError, WOShellExec
from wo.core.sslutils import SSL from wo.core.sslutils import SSL
from wo.core.variables import WOVar from wo.core.variables import WOVar
from wo.core.wpcli import WOWp
class SiteError(Exception): class SiteError(Exception):