Commit ae3782f4 authored by Sebastien Robin's avatar Sebastien Robin

import was still failing under zope 2.8

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42536 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8f75cf59
......@@ -63,7 +63,6 @@ from Products.ERP5Type.InitGenerator import getProductDocumentPathList
from Products.ERP5Type.Base import _aq_reset
from Products.ERP5Type.Base import newTempDocumentationHelper
from Products.ERP5Type.tests.ERP5TypeLiveTestCase import runLiveTest
from Products.ERP5Type import allowClassTool
from DateTime import DateTime
......@@ -1229,6 +1228,7 @@ def initialize( context ):
instance_home = getConfiguration().instancehome
global global_stream
global_stream = StringIO()
from Products.ERP5Type.tests.ERP5TypeLiveTestCase import runLiveTest
result = runLiveTest(test_list, run_only=run_only, debug=debug, path=path,
stream=global_stream, verbosity=verbosity)
global_stream.seek(0)
......
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