[Checkins] SVN: z3c.form/trunk/src/z3c/form/form.py 80 column width.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Mar 24 23:43:08 EDT 2009


Log message for revision 98344:
  80 column width.
  

Changed:
  U   z3c.form/trunk/src/z3c/form/form.py

-=-
Modified: z3c.form/trunk/src/z3c/form/form.py
===================================================================
--- z3c.form/trunk/src/z3c/form/form.py	2009-03-25 01:55:38 UTC (rev 98343)
+++ z3c.form/trunk/src/z3c/form/form.py	2009-03-25 03:43:07 UTC (rev 98344)
@@ -294,7 +294,8 @@
 
     def __init__(self, filename, contentType='text/html', form=None,
         request=None):
-        self.template = ptcompat.ViewPageTemplateFile(filename, content_type=contentType)
+        self.template = ptcompat.ViewPageTemplateFile(
+            filename, content_type=contentType)
         zope.component.adapter(
             util.getSpecification(form),
             util.getSpecification(request))(self)



More information about the Checkins mailing list