Fix double import

This commit is contained in:
VirtuBox
2020-10-23 13:49:14 +02:00
parent 0c01ebb9ef
commit 51f34e4286

View File

@@ -7,9 +7,9 @@ from wo.core.logging import Log
from wo.core.mysql import WOMysql from wo.core.mysql import WOMysql
from wo.core.shellexec import WOShellExec from wo.core.shellexec import WOShellExec
from wo.core.variables import WOVar from wo.core.variables import WOVar
from wo.core.fileutils import WOFileUtils
from wo.core.apt_repo import WORepo from wo.core.apt_repo import WORepo
class WOStackMigrateController(CementBaseController): class WOStackMigrateController(CementBaseController):
class Meta: class Meta:
label = 'migrate' label = 'migrate'