Commit dfe78b62 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Context is now a TempBase


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@896 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent af632818
......@@ -29,7 +29,7 @@
from Acquisition import aq_base
from Globals import InitializeClass
from Base import Base
from Base import TempBase
from zLOG import LOG
......@@ -42,7 +42,7 @@ def newContext(context=None, REQUEST=None, **kw):
else:
return context_obj
class Context(Base):
class Context(TempBase):
"""
Context objects are used all over ERP5 in so-called context
dependent function. Examples of context dependent methods
......
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