Remove uneeded import

This commit is contained in:
VirtuBox
2019-07-29 04:10:47 +02:00
parent b85a81ad8d
commit 0d4bf8a4f2
12 changed files with 3 additions and 22 deletions

View File

@@ -6,7 +6,6 @@ from wo.core.variables import WOVariables
from wo.core.aptget import WOAptGet
from wo.core.shellexec import WOShellExec
from wo.core.apt_repo import WORepo
from wo.core.services import WOService
import configparser
import os