Commit 6be03379 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use a real path for importing document classes.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27206 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cee3946e
......@@ -33,7 +33,7 @@ from AccessControl import ClassSecurityInfo
from Products.CMFCore.PortalFolder import ContentFilter
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5.Document.Path import Path
from Products.ERP5Type.Document.BusinessProcess import BackTrack
from Products.ERP5.Document.BusinessProcess import BackTrack
import zope.interface
......
......@@ -32,7 +32,7 @@ from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5Type.Document.BusinessProcess import BackTrack
from Products.ERP5.Document.BusinessProcess import BackTrack
class BusinessState(XMLObject):
"""
......
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