[Zope3-checkins] CVS: Zope3/lib/python/ZODB - StorageTypes.py:1.3

Florent Guillaume fg@nuxeo.com
Thu, 5 Dec 2002 04:35:03 -0500


Update of /cvs-repository/Zope3/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv29735/lib/python/ZODB

Modified Files:
	StorageTypes.py 
Log Message:
Actually asBoolean is used here too. Import it from its new location.


=== Zope3/lib/python/ZODB/StorageTypes.py 1.2 => 1.3 ===
--- Zope3/lib/python/ZODB/StorageTypes.py:1.2	Wed Dec  4 16:19:26 2002
+++ Zope3/lib/python/ZODB/StorageTypes.py	Thu Dec  5 04:35:02 2002
@@ -18,7 +18,7 @@
 
 import re
 
-from ZConfig.Common import asBoolean
+from ZConfig.Config import asBoolean
 
 
 def convertFileStorageArgs(quota=None, stop=None, **kw):