circular import references from zope schemas
问题 i'm having a problem very similar to this SO question, but my attempts to apply these previous answers isn't going thru and it was suggested i start it as a new question: in the code below i define a couple of getChoices() functions that i thought would defer the circular refs, but no!? what's wrong here, please? # ns.content/ns/content/foo.py from zope import schema from plone.directives import form from z3c.relationfield.schema import Relation, RelationChoice from plone.formwidget