Skip to content

Commit

Permalink
80 column width.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Mar 25, 2009
1 parent f021483 commit d65215d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/z3c/form/form.py
Expand Up @@ -294,7 +294,8 @@ class FormTemplateFactory(object):

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)
Expand Down

0 comments on commit d65215d

Please sign in to comment.