bootstrap-vz/common/bootstrapinfo.py

7 lines
135 B
Python
Raw Normal View History

2013-05-02 19:13:35 +02:00
class BootstrapInformation(object):
def __init__(self, manifest=None, args=None):
self.manifest = manifest
2013-05-16 08:00:28 +02:00
self.args = args