PolicyRule: Change ruletype property to abstract.

This commit is contained in:
Chris PeBenito 2016-08-25 18:57:00 -04:00
parent fcadd71b24
commit c680bee717

View File

@ -44,7 +44,7 @@ class PolicyRule(symbol.PolicySymbol):
@property
def ruletype(self):
"""The rule type for the rule."""
return self.qpol_symbol.rule_type(self.policy)
raise NotImplementedError
@property
def source(self):