Commit c73b7aaa authored by Sebastien Robin's avatar Sebastien Robin

add two missing imports

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38061 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7cfff0ef
...@@ -62,6 +62,7 @@ from Products.ERP5Type.InitGenerator import getProductDocumentPathList ...@@ -62,6 +62,7 @@ from Products.ERP5Type.InitGenerator import getProductDocumentPathList
from Products.ERP5Type.Base import _aq_reset from Products.ERP5Type.Base import _aq_reset
from Products.ERP5Type.Base import newTempDocumentationHelper from Products.ERP5Type.Base import newTempDocumentationHelper
from Products.ERP5Type.tests.ERP5TypeLiveTestCase import runLiveTest
from Products.ERP5Type import allowClassTool from Products.ERP5Type import allowClassTool
from DateTime import DateTime from DateTime import DateTime
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
import unittest import unittest
import os import os
import sys
from Testing import ZopeTestCase from Testing import ZopeTestCase
from Testing.ZopeTestCase import PortalTestCase, user_name from Testing.ZopeTestCase import PortalTestCase, user_name
......
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