]> git.llucax.com Git - software/pymin.git/blobdiff - pymin/validatedclass.py
Bugfix: replace __ALL__ with the correct __all__.
[software/pymin.git] / pymin / validatedclass.py
index 3ad8aecea38ca4c772bd25d6912c9fabd419503e..2e596dc9e92e5bec893acbf6b6653d1cbd424165 100644 (file)
@@ -70,7 +70,7 @@ attributes using Field instances. For example:
 Nice, ugh?
 """
 
-__ALL__ = ('Field', 'ValidatedClass')
+__all__ = ('Field', 'ValidatedClass')
 
 from formencode import Invalid
 from formencode.schema import Schema