bootstrap-vz/base/bootstrapinfo.py
2013-07-08 23:13:57 +02:00

6 lines
138 B
Python

class BootstrapInformation(object):
def __init__(self, manifest=None, debug=False):
self.manifest = manifest
self.debug = debug