bootstrap-vz/tests/integration/images/image.py
Anders Ingemann f1bfee24a0 Prepare integration testing framework to work with providers other than virtualbox
Also, convert with context handlers in classes to functions with generators
This makes the code a lot more readable
2015-04-16 22:21:45 +02:00

6 lines
82 B
Python

class Image(object):
def __init__(self, manifest):
self.manifest = manifest