Commit 86157138 authored by Rafael Monnerat's avatar Rafael Monnerat

Add missing import.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44855 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2f681f2f
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
from DateTime import DateTime from DateTime import DateTime
from AccessControl import Unauthorized
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from Products.ERP5Type.tests.SecurityTestCase import SecurityTestCase from Products.ERP5Type.tests.SecurityTestCase import SecurityTestCase
from Products.ERP5Type.tests.ERP5TypeTestCase import _getConversionServerDict from Products.ERP5Type.tests.ERP5TypeTestCase import _getConversionServerDict
...@@ -1868,5 +1869,3 @@ class TestLiveConfiguratorWorkflowMixin(SecurityTestCase): ...@@ -1868,5 +1869,3 @@ class TestLiveConfiguratorWorkflowMixin(SecurityTestCase):
self._loginAsUser(username) self._loginAsUser(username)
self.assertEquals(True, \ self.assertEquals(True, \
checkPermission('Modify portal content', portal_contributions)) checkPermission('Modify portal content', portal_contributions))
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