This commit is contained in:
Behdad Esfahbod 2013-07-23 23:07:42 -04:00
parent 1f573632ef
commit 8998700990

View File

@ -349,6 +349,7 @@ def __classify_context (self):
self.RuleCount = ChainTyp+'ClassRuleCount'
self.RuleSet = ChainTyp+'ClassSet'
self.RuleSetCount = ChainTyp+'ClassSetCount'
self.ClassDef = 'InputClassDef' if Chain else 'ClassDef'
if self.Format not in [1, 2, 3]: