bootstrap-vz/base/fs/partitions/single.py
2013-10-27 18:11:53 +01:00

7 lines
156 B
Python

from abstract import AbstractPartition
class SinglePartition(AbstractPartition):
def _before_create(self, e):
self.device_path = e.volume.device_path