support comparison of SimpleCnf() with non-SimpleCnf() objects
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 5 Nov 2018 09:12:35 +0000 (10:12 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 5 Nov 2018 11:21:05 +0000 (12:21 +0100)
commitee39385cdf7e0290c9e6034a75142426b27880c7
treefa359204340500ec5bc9d7771ba0b61f38cbabc5
parentce20f5b6875e8d04d57682408e084e182d8288cd
support comparison of SimpleCnf() with non-SimpleCnf() objects

Since __eq__ operations are polymorphic, crashing on different
``types'' is not a good idea.
src/simple_cnf.py
test/test_simple_cnf.py