From d3c00309da93bd7991c5daf4be9788a8973e7501 Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Mon, 18 Apr 2005 17:01:30 +0000
Subject: [PATCH] Do not import CachingMethod. It is not used any longer.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2912 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/ERP5Site.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/product/ERP5/ERP5Site.py b/product/ERP5/ERP5Site.py
index 5d5342cd1a..b3d7698fec 100755
--- a/product/ERP5/ERP5Site.py
+++ b/product/ERP5/ERP5Site.py
@@ -1,4 +1,4 @@
-##############################################################################
+  ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
 #
@@ -28,7 +28,6 @@ from Acquisition import aq_base, aq_parent, aq_inner, aq_acquire
 from Products.ERP5Type import allowClassTool
 
 import ERP5Defaults
-from Products.ERP5Type.Cache import CachingMethod
 from os import path
 
 from zLOG import LOG
-- 
2.30.9