Review: a few fixes
[pyi2ncommon] / src / cnfvar / __init__.py
index dd9a20e..3d60a25 100644 (file)
@@ -2,5 +2,5 @@ from .model import Cnf, CnfList
 from .binary import CnfBinary
 from .store import CnfStore, BinaryCnfStore, CommitException
 
-__all__ = ["Cnf, CnfList, CnfBinary", "CnfStore",
+__all__ = ["Cnf", "CnfList", "CnfBinary", "CnfStore",
            "BinaryCnfStore", "CommitException"]