[Zope-CVS] CVS: Products/Ape - __init__.py:1.5 dbtab.conf:1.5
Shane Hathaway
shane at zope.com
Sat Mar 20 01:34:52 EST 2004
Update of /cvs-repository/Products/Ape
In directory cvs.zope.org:/tmp/cvs-serv19743
Modified Files:
__init__.py dbtab.conf
Log Message:
Converted method and function names to conform with PEP 8.
PEP 8 (or perhaps the next revision) recommends
lowercase_with_underscores over mixedCase. Since everything is being
renamed for this release anyway, why not throw in this too? :-)
Also got SQLMultiTableProperties back into shape.
=== Products/Ape/__init__.py 1.4 => 1.5 ===
--- Products/Ape/__init__.py:1.4 Wed Apr 9 23:16:11 2003
+++ Products/Ape/__init__.py Sat Mar 20 01:34:21 2004
@@ -30,4 +30,4 @@
sys.path[:] = old_path
from apelib.zope2.setup import patches, dbtab
-patches.applyPatches()
+patches.apply_patches()
=== Products/Ape/dbtab.conf 1.4 => 1.5 ===
--- Products/Ape/dbtab.conf:1.4 Wed Jul 9 11:39:45 2003
+++ Products/Ape/dbtab.conf Sat Mar 20 01:34:21 2004
@@ -10,7 +10,7 @@
[Storage: FS]
type=apelib.zodb3.storage.ApeStorage
-factory=apelib.zope2.mapper.createFSMapper
+factory=apelib.zope2.mapper.create_fs_mapper
basepath=%(CLIENT_HOME)s/mnt
[Database: FS]
More information about the Zope-CVS
mailing list