diff --git a/niceman/distributions/base.py b/niceman/distributions/base.py index 5a50bbd62..5c50342cd 100644 --- a/niceman/distributions/base.py +++ b/niceman/distributions/base.py @@ -41,8 +41,7 @@ def TypedList(type_): class SpecObject(object): - # Empty tuple would signal that all attribs will be used while establishing - # the "identity" of the specobject + # Fields used to establish the "identity" of the specobject _cmp_fields = tuple() # Fields of the primary interest when showing diff _diff_fields = tuple()