From 925986e4c60df53aea33a0b22ec0dfd1aeb4fe75 Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Fri, 29 Jan 2016 10:54:47 -0200 Subject: [PATCH] oracle: remove unused import --- bootstrapvz/providers/oracle/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrapvz/providers/oracle/__init__.py b/bootstrapvz/providers/oracle/__init__.py index 7bcd7d3..22a6c18 100644 --- a/bootstrapvz/providers/oracle/__init__.py +++ b/bootstrapvz/providers/oracle/__init__.py @@ -1,7 +1,6 @@ from bootstrapvz.common import task_groups from bootstrapvz.common.tasks import image from bootstrapvz.common.tasks import loopback -from bootstrapvz.common.tasks import initd from bootstrapvz.common.tasks import ssh from bootstrapvz.common.tasks import volume import tasks.image