[Erp5-report] r17037 - /erp5/trunk/products/ERP5Type/Tool/CacheTool.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Oct 18 16:35:39 CEST 2007
Author: jerome
Date: Thu Oct 18 16:35:39 2007
New Revision: 17037
URL: http://svn.erp5.org?rev=17037&view=rev
Log:
don't use import *
Modified:
erp5/trunk/products/ERP5Type/Tool/CacheTool.py
Modified: erp5/trunk/products/ERP5Type/Tool/CacheTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Tool/CacheTool.py?rev=17037&r1=17036&r2=17037&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Tool/CacheTool.py (original)
+++ erp5/trunk/products/ERP5Type/Tool/CacheTool.py Thu Oct 18 16:35:39 2007
@@ -33,7 +33,9 @@
from Products.ERP5Type import Permissions
from Globals import InitializeClass, DTMLFile, PersistentMapping
from Products.ERP5Type import _dtmldir
-from Products.ERP5Type.Cache import *
+from Products.ERP5Type.Cache import CacheFactory
+from Products.ERP5Type.Cache import CachingMethod
+from Products.ERP5Type.Cache import DEFAULT_CACHE_FACTORY
from Products.ERP5Type.CachePlugins.RamCache import RamCache
from Products.ERP5Type.CachePlugins.DistributedRamCache import DistributedRamCache
from Products.ERP5Type.CachePlugins.SQLCache import SQLCache
More information about the Erp5-report
mailing list