--- a/entities/__init__.py Tue Apr 21 19:20:51 2009 +0200
+++ b/entities/__init__.py Tue Apr 21 19:20:56 2009 +0200
@@ -25,7 +25,7 @@
"""
id = 'Any'
__implements__ = (IBreadCrumbs, IFeed)
-
+
@classmethod
def selected(cls, etype):
"""the special Any entity is used as the default factory, so
--- a/web/formfields.py Tue Apr 21 19:20:51 2009 +0200
+++ b/web/formfields.py Tue Apr 21 19:20:56 2009 +0200
@@ -250,7 +250,7 @@
result = u''
return result + self.get_widget(form).render(form, self)
-
+
class FileField(StringField):
widget = FileInput
needs_multipart = True