This commit is contained in:
Chris McDonough
2010-10-04 02:50:07 +00:00
parent 47cba0e66a
commit 6d0737e9fa

View File

@@ -1188,6 +1188,8 @@ class SchemaNode(object):
The widget attribute is not interpreted by Colander itself, it
is only meaningful to higher-level systems such as Deform.
Arbitrary keyword arguments remaining will be attached to the node
object unmolested.
"""
_counter = itertools.count()