fixup! Move bootstrap.py to common tasks. Reverted bootstrap task to use geo-redirector as mirror.

This commit is contained in:
Anders Ingemann 2013-08-10 16:31:46 +02:00
parent 6c6f50c03e
commit 35d962fc03

View file

@ -2,7 +2,7 @@ from base import Task
from common import phases
from common.exceptions import TaskError
from common.tools import log_check_call
from bootstrap import Bootstrap
from common.bootstrap import Bootstrap
class FormatVolume(Task):