~bjornt/grammatista/basic-ui

« back to all changes in this revision

Viewing changes to lib/grammatista/fields.py

  • Committer: Bjorn Tillenius
  • Date: 2008-11-02 23:09:17 UTC
  • Revision ID: bjorn@tillenius.me-20081102230917-q10ydwkqa0adk0bj
zope.security isn't used yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
import zope.interface
30
30
import zope.schema
31
 
import zope.security
32
31
 
33
32
from zope.schema import ASCII
34
33