Skip to content
Snippets Groups Projects

Introduces base class and interface for the factories

Merged Adham Hashibon requested to merge 49-base-class-for-factory into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -2,8 +2,6 @@ import logging
from traits.api import (
provides, Type, Bool
)
from envisage.plugin import Plugin
from force_bdss.core.base_factory import BaseFactory
from force_bdss.notification_listeners.base_notification_listener import \
BaseNotificationListener
Loading