diff -r 4d114865098f -r d088d0ff48a1 schemas/workflow.py --- a/schemas/workflow.py Thu Jul 23 15:33:03 2009 +0200 +++ b/schemas/workflow.py Thu Jul 23 15:57:15 2009 +0200 @@ -9,8 +9,8 @@ _ = unicode from yams.buildobjs import (EntityType, RelationType, SubjectRelation, - ObjectRelation, String) -from cubicweb.schema import RichString, RQLConstraint + ObjectRelation, RichString, String) +from cubicweb.schema import RQLConstraint from cubicweb.schemas import META_ETYPE_PERMS, META_RTYPE_PERMS class State(EntityType):