Skip to content

GaudiConfig2: fix comparison of sequence properties

Frank Winklmeier requested to merge fwinkl/Gaudi:listhelper into master

Allow the comparison of properties following SequenceSemantics with plain lists. Also remove the redundant __ne__ operator which defaults to ! __eq__ in Python3.

Closes #264 (closed).

Merge request reports