disklabel.py: Use abc.ABCMeta on the base classes
Make PartitionTableBase and DisklabelBase classes abstract by using the ABCMeta metaclass of the abc module
Please register or sign in to comment
Make PartitionTableBase and DisklabelBase classes abstract by using the ABCMeta metaclass of the abc module