X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/8d52115e230ebf5dd657f60021e27362ca8ed99e..980addbad2fa349befff4f22034b09afb489c9e0:/pymin/validatedclass.py diff --git a/pymin/validatedclass.py b/pymin/validatedclass.py index 2e596dc..1e13fe7 100644 --- a/pymin/validatedclass.py +++ b/pymin/validatedclass.py @@ -74,7 +74,7 @@ __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