From ba89c6f96322ed72007b5efe0a250ace312bebba Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Tue, 6 Jul 2010 17:47:04 +0000
Subject: [PATCH] Minor change

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@36911 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Legacy/Document/BusinessPath.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5Legacy/Document/BusinessPath.py b/product/ERP5Legacy/Document/BusinessPath.py
index efdca26a7b..11e523f11d 100644
--- a/product/ERP5Legacy/Document/BusinessPath.py
+++ b/product/ERP5Legacy/Document/BusinessPath.py
@@ -1,4 +1,4 @@
-from Products.ERP5.Document import BusinessLink
+from Products.ERP5.Document.BusinessLink import BusinessLink
 
-BusinessPath = BusinessLink.BusinessLink
+BusinessPath = BusinessLink
 
-- 
2.30.9