[Zope-CVS] CVS: Products/ZopeVersionControl - IVersionControl.py:1.7
Zachery Bir
zbir at urbanape.com
Tue Jun 8 15:33:28 EDT 2004
Update of /cvs-repository/Products/ZopeVersionControl
In directory cvs.zope.org:/tmp/cvs-serv30435
Modified Files:
IVersionControl.py
Log Message:
Added a module-scoped alias for older software using the older name for
this class
=== Products/ZopeVersionControl/IVersionControl.py 1.6 => 1.7 ===
--- Products/ZopeVersionControl/IVersionControl.py:1.6 Fri Jan 30 13:59:39 2004
+++ Products/ZopeVersionControl/IVersionControl.py Tue Jun 8 15:33:27 2004
@@ -265,3 +265,5 @@
The version repository uses this method after reverting an
object to a revision.
"""
+
+IVersionedContainer = INonVersionedData
More information about the Zope-CVS
mailing list