diff -r 934e758a73ef -r eae23c40627a entities/wfobjs.py --- a/entities/wfobjs.py Tue Dec 08 10:40:20 2009 +0100 +++ b/entities/wfobjs.py Tue Dec 08 10:58:56 2009 +0100 @@ -15,7 +15,7 @@ from cubicweb.entities import AnyEntity, fetch_config from cubicweb.interfaces import IWorkflowable -from cubicweb.common.mixins import MI_REL_TRIGGERS +from cubicweb.mixins import MI_REL_TRIGGERS class WorkflowException(Exception): pass