Commit 52fb7631 authored by Sebastien Robin's avatar Sebastien Robin

fixed import

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42943 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1a987979
...@@ -84,7 +84,7 @@ class ERP5TypeLiveTestCase(ERP5TypeTestCaseMixin): ...@@ -84,7 +84,7 @@ class ERP5TypeLiveTestCase(ERP5TypeTestCaseMixin):
def getPortal(self): def getPortal(self):
"""Returns the portal object, i.e. the "fixture root". """Returns the portal object, i.e. the "fixture root".
""" """
from Products.ERP5Site import getSite from Products.ERP5.ERP5Site import getSite
return getSite(get_request()) return getSite(get_request())
getPortalObject = getPortal getPortalObject = getPortal
......
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