[Zope-Checkins] CVS: Zope/lib/python/Persistence - __init__.py:1.6

Jim Fulton jim at zope.com
Mon Dec 15 01:59:19 EST 2003


Update of /cvs-repository/Zope/lib/python/Persistence
In directory cvs.zope.org:/tmp/cvs-serv11062/lib/python/Persistence

Modified Files:
	__init__.py 
Log Message:
Changed the name of the mapping module.

Got rid of the list class.


=== Zope/lib/python/Persistence/__init__.py 1.5 => 1.6 ===
--- Zope/lib/python/Persistence/__init__.py:1.5	Fri Nov 28 11:44:46 2003
+++ Zope/lib/python/Persistence/__init__.py	Mon Dec 15 01:59:19 2003
@@ -45,4 +45,4 @@
 
 Overridable = Persistent
 
-from PersistentMapping import PersistentMapping
+from Persistence.mapping import PersistentMapping




More information about the Zope-Checkins mailing list