[Zodb-checkins] CVS: ZODB3/ZODB - StorageTypes.py:1.4

Fred L. Drake, Jr. fred@zope.com
Wed, 4 Dec 2002 23:44:21 -0500


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv32141/ZODB

Modified Files:
	StorageTypes.py 
Log Message:
Move the asBoolean() helper to where it is actually used, since it is now
only used once within the ZConfig package.


=== ZODB3/ZODB/StorageTypes.py 1.3 => 1.4 ===
--- ZODB3/ZODB/StorageTypes.py:1.3	Mon Nov 25 09:59:04 2002
+++ ZODB3/ZODB/StorageTypes.py	Wed Dec  4 23:44:20 2002
@@ -18,7 +18,7 @@
 
 import re
 
-from ZConfig.Common import asBoolean
+from ZConfig.Config import asBoolean
 
 
 def convertFileStorageArgs(quota=None, stop=None, **kw):