From b590a02a8c160f1e0f8274172abccea3da98ae08 Mon Sep 17 00:00:00 2001 From: Zach Marano Date: Thu, 3 Mar 2016 14:14:54 -0800 Subject: [PATCH] Fix import. --- bootstrapvz/providers/gce/tasks/initd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrapvz/providers/gce/tasks/initd.py b/bootstrapvz/providers/gce/tasks/initd.py index 57d305c..903b623 100644 --- a/bootstrapvz/providers/gce/tasks/initd.py +++ b/bootstrapvz/providers/gce/tasks/initd.py @@ -1,6 +1,7 @@ from bootstrapvz.base import Task from bootstrapvz.common import phases from bootstrapvz.common.tasks import kernel +from bootstrapvz.common.tasks import initd from . import assets import os.path