Add the command that registers to the SMO; Make the create registration and create...
[pti/o2.git] / o2common / domain / base.py
index 130fdad..d7c94cd 100644 (file)
@@ -16,6 +16,7 @@ from datetime import datetime
 from typing import List\r
 from sqlalchemy.inspection import inspect\r
 from sqlalchemy.exc import NoInspectionAvailable\r
+# from sqlalchemy.orm.exc import DetachedInstanceError\r
 from .events import Event\r
 \r
 \r