Make CnfVar lists comparable
[pyi2ncommon] / src / cnfvar / __init__.py
index 9529af2..99abd49 100644 (file)
@@ -1,7 +1,7 @@
-from .model import Cnf, CnfList
+from .model import Cnf, CnfList, CnfDiff
 from .binary import CnfBinary
 from .store import CnfStore, BinaryCnfStore, CommitException
 from . import templates
 
 __all__ = ["Cnf", "CnfList", "CnfBinary", "CnfStore",
-           "BinaryCnfStore", "CommitException"]
+           "BinaryCnfStore", "CommitException", "CnfDiff",]