bootstrap-vz/bootstrapvz/remote/build_servers/local.py

9 lines
166 B
Python
Raw Normal View History

from build_server import BuildServer
class LocalBuildServer(BuildServer):
def run(self, manifest):
from bootstrapvz.base.main import run
return run(manifest)