oracle: remove unused import

This commit is contained in:
Tiago Ilieve 2016-01-29 10:54:47 -02:00
parent c7a7b523cf
commit 925986e4c6

View file

@ -1,7 +1,6 @@
from bootstrapvz.common import task_groups from bootstrapvz.common import task_groups
from bootstrapvz.common.tasks import image from bootstrapvz.common.tasks import image
from bootstrapvz.common.tasks import loopback from bootstrapvz.common.tasks import loopback
from bootstrapvz.common.tasks import initd
from bootstrapvz.common.tasks import ssh from bootstrapvz.common.tasks import ssh
from bootstrapvz.common.tasks import volume from bootstrapvz.common.tasks import volume
import tasks.image import tasks.image