changeset 2459 | d088d0ff48a1 |
parent 2234 | 1fbcf202882d |
child 2501 | fa86d99c2c3a |
--- 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):