the generic architecture had a serious flaw
[sfa.git] / sfa / generic / __init__.py
index 2b067ff..ed2a8da 100644 (file)
@@ -72,10 +72,10 @@ class Generic:
         # add a manager wrapper
         manager_wrap = ManagerWrapper(manager_class_or_module,api.interface,api.config)
         api.manager=manager_wrap
-        # insert driver in manager
-        logger.debug("Setting manager.driver, manager=%s"%manager_class_or_module)
-        # xxx this should go into the object and not the class !?!
-        manager_class_or_module.driver=driver
+#        # insert driver in manager
+#        logger.debug("Setting manager.driver, manager=%s"%manager_class_or_module)
+#        # xxx this should go into the object and not the class !?!
+#        manager_class_or_module.driver=driver
         # add it in api as well for convenience
         api.driver=driver
         return api