Remove useless imports

This commit is contained in:
VirtuBox
2019-08-28 14:03:40 +02:00
parent 20d423b001
commit f40d356875
3 changed files with 6 additions and 22 deletions

View File

@@ -1,8 +1,8 @@
from cement.core.controller import CementBaseController, expose
from cement.core import handler, hook
from wo.core.fileutils import WOFileUtils
from wo.cli.plugins.sitedb import *
from wo.core.mysql import *
from wo.cli.plugins.sitedb import updateSiteInfo, getAllsites
from wo.core.mysql import WOMysql, StatementExcecutionError
from wo.core.logging import Log
import glob