entities/wfobjs.py
changeset 4023 eae23c40627a
parent 4012 f6c65e04704c
child 4024 6a14cff373c3
--- 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