[Erp5-report] r27206 - in /erp5/trunk/products/ERP5/Document: BusinessPath.py BusinessState.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed May 27 00:16:52 CEST 2009
Author: kazuhiko
Date: Wed May 27 00:16:51 2009
New Revision: 27206
URL: http://svn.erp5.org?rev=27206&view=rev
Log:
use a real path for importing document classes.
Modified:
erp5/trunk/products/ERP5/Document/BusinessPath.py
erp5/trunk/products/ERP5/Document/BusinessState.py
Modified: erp5/trunk/products/ERP5/Document/BusinessPath.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessPath.py?rev=27206&r1=27205&r2=27206&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessPath.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessPath.py [utf8] Wed May 27 00:16:51 2009
@@ -33,7 +33,7 @@
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
Modified: erp5/trunk/products/ERP5/Document/BusinessState.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessState.py?rev=27206&r1=27205&r2=27206&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessState.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessState.py [utf8] Wed May 27 00:16:51 2009
@@ -32,7 +32,7 @@
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):
"""
More information about the Erp5-report
mailing list