mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
7 lines
156 B
Python
7 lines
156 B
Python
from abstract import AbstractPartition
|
|
|
|
|
|
class SinglePartition(AbstractPartition):
|
|
|
|
def _before_create(self, e):
|
|
self.device_path = e.volume.device_path
|