Skip to content

Commit

Permalink
add api to NO_VALUE
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroche committed Jan 21, 2014
1 parent 250c1fb commit 702fa0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zope/schema/__init__.py
Expand Up @@ -62,6 +62,7 @@

# Error API
from zope.schema.interfaces import ValidationError
from zope.schema._bootstrapinterfaces import NO_VALUE


# pep 8 friendlyness
Expand All @@ -73,3 +74,4 @@
getValidationErrors, getSchemaValidationErrors
accessors
ValidationError
NO_VALUE

0 comments on commit 702fa0c

Please sign in to comment.