[Zope-CVS] CVS: Products/Ape - component.xml:1.10

Shane Hathaway shane at zope.com
Fri Jul 23 22:31:41 EDT 2004


Update of /cvs-repository/Products/Ape
In directory cvs.zope.org:/tmp/cvs-serv30300

Modified Files:
	component.xml 
Log Message:
Updated setup instructions


=== Products/Ape/component.xml 1.9 => 1.10 ===
--- Products/Ape/component.xml:1.9	Thu Apr 15 19:18:31 2004
+++ Products/Ape/component.xml	Fri Jul 23 22:31:40 2004
@@ -26,7 +26,7 @@
   <ape-storage>
     mapper-variation sql
     <ape-dbapi-connection db>
-      connection-class apelib.sql.dbapi.PostgreSQLConnection
+      connection-class apelib.sql.postgresql.PostgreSQLConnection
       module-name psycopg
       connect-expression connect('')
     </ape-dbapi-connection>
@@ -43,7 +43,7 @@
   <ape-storage>
     mapper-variation sql
     <ape-dbapi-connection db>
-      connection-class apelib.sql.dbapi.MySQLConnection
+      connection-class apelib.sql.mysql.MySQLConnection
       module-name MySQLdb
       connect-expression connect(db='ape', user='me', passwd='pw', host='localhost')
     </ape-dbapi-connection>



More information about the Zope-CVS mailing list