[Zope-Checkins] CVS: Zope/lib/python/ZODB - StorageTypes.py:1.1.2.3
Fred L. Drake, Jr.
fred@zope.com
Fri, 6 Dec 2002 11:07:06 -0500
Update of /cvs-repository/Zope/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv7457/ZODB
Modified Files:
Tag: chrism-install-branch
StorageTypes.py
Log Message:
Update to reflect change in ZConfig (get asBoolean from its new location).
=== Zope/lib/python/ZODB/StorageTypes.py 1.1.2.2 => 1.1.2.3 ===
--- Zope/lib/python/ZODB/StorageTypes.py:1.1.2.2 Mon Nov 25 03:42:24 2002
+++ Zope/lib/python/ZODB/StorageTypes.py Fri Dec 6 11:07:06 2002
@@ -18,7 +18,7 @@
import re
-from ZConfig.Common import asBoolean
+from ZConfig.Config import asBoolean
def convertFileStorageArgs(quota=None, stop=None, **kw):