3207b68 Don't use deprecated @abstractproperty

Authored and Committed by nphilipp 3 years ago
    Don't use deprecated @abstractproperty
    
    Since Python 3.3 it's possible to just use @property together with
    @abstractmethod.
    
    Signed-off-by: Nils Philippsen <nils@redhat.com>
    
        
file modified
+4 -2