Commit f04bf3aa authored by Julien Muchembled's avatar Julien Muchembled

Fix missing import

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37927 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 83ddc1c6
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
import sys import sys
import transaction import transaction
from zLOG import LOG, TRACE, INFO, WARNING, ERROR from zLOG import LOG, TRACE, INFO, WARNING, ERROR, PANIC
from ZODB.POSException import ConflictError from ZODB.POSException import ConflictError
from Products.CMFActivity.ActivityTool import ( from Products.CMFActivity.ActivityTool import (
MESSAGE_NOT_EXECUTED, MESSAGE_EXECUTED) MESSAGE_NOT_EXECUTED, MESSAGE_EXECUTED)
......
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