Commit ba12dfbf authored by Hanno Schlichting's avatar Hanno Schlichting

Removed one more Acquisition.Explicit mixing, one less failing test :)

parent d1ee7b14
......@@ -18,7 +18,6 @@ $Id$
import os.path
from datetime import datetime
import Acquisition
import zope.event
import zope.formlib
......@@ -36,7 +35,7 @@ _PAGEFORM_PATH = os.path.join(_FORMLIB_DIR, 'pageform.pt')
_SUBPAGEFORM_PATH = os.path.join(_FORMLIB_DIR, 'subpageform.pt')
class FiveFormlibMixin(Acquisition.Explicit):
class FiveFormlibMixin(object):
# Overrides the formlib.form.FormBase.template attributes implemented
# using NamedTemplates. NamedTemplates using ViewPageTemplateFile (like
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment