Commit 27c22d64 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼 Committed by Lu Xu

product/CMFActivity: remove uneeded import

parent d346640b
......@@ -43,7 +43,7 @@ document_classes = updateGlobals(this_module, globals(),
def initialize( context ):
# Define object classes and tools
from . import ActivityTool, ActiveProcess, ActivityConnection
from .joblib import CMFActivityParallelBackend
#from .joblib import CMFActivityParallelBackend
object_classes = (ActiveProcess.ActiveProcess,
#ActivityConnection.ActivityConnection
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment