Commit 2902c7eb authored by Jim Fulton's avatar Jim Fulton

Changed the name of the mapping module.

Got rid of the list class.
parent ed705957
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
############################################################################## ##############################################################################
"""Persistence and ExtensionClass combined """Persistence and ExtensionClass combined
$Id: __init__.py,v 1.5 2003/11/28 16:44:46 jim Exp $ $Id: __init__.py,v 1.6 2003/12/15 06:59:19 jim Exp $
""" """
from persistent import PickleCache from persistent import PickleCache
...@@ -45,4 +45,4 @@ except: ...@@ -45,4 +45,4 @@ except:
Overridable = Persistent Overridable = Persistent
from PersistentMapping import PersistentMapping from Persistence.mapping import PersistentMapping
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment