Commit 89fce777 authored by Jérome Perrin's avatar Jérome Perrin

this was compatibility code for Localizer < 1.2


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35492 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 741ab04f
......@@ -54,13 +54,6 @@ except ImportError:
def setSite(site=None):
pass
try:
import itools.zope
def get_context():
return current_app
itools.zope.get_context = get_context
except ImportError:
pass
import transaction
from Testing import ZopeTestCase
......
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