]> git.llucax.com Git - software/pymin.git/blobdiff - pymin/validatedclass.py
Call ComposedSubHandler._attr() with cont parameter (closes #31)
[software/pymin.git] / pymin / validatedclass.py
index 3ad8aecea38ca4c772bd25d6912c9fabd419503e..1e13fe7c9d867e8c3c3e2ce4521e2dd84a5f7945 100644 (file)
@@ -70,11 +70,11 @@ attributes using Field instances. For example:
 Nice, ugh?
 """
 
-__ALL__ = ('Field', 'ValidatedClass')
+__all__ = ('Field', 'ValidatedClass')
 
 from formencode import Invalid
 from formencode.schema import Schema
-from formencode.validators import FancyValidator, OneOf, CIDR, Int
+from formencode.validators import FancyValidator
 
 # FIXME not thread safe (use threadlocal?)
 # This is a counter to preserve the order of declaration of fields (class