[Zope-Checkins] CVS: Zope/lib/python/OFS - OrderSupport.py:1.1.2.2
Yvo Schubbe
schubbe@web.de
Wed, 30 Apr 2003 08:31:28 -0400
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv29335
Modified Files:
Tag: yuppie-ordersupport-branch
OrderSupport.py
Log Message:
added comment
=== Zope/lib/python/OFS/OrderSupport.py 1.1.2.1 => 1.1.2.2 ===
--- Zope/lib/python/OFS/OrderSupport.py:1.1.2.1 Fri Apr 25 09:07:21 2003
+++ Zope/lib/python/OFS/OrderSupport.py Wed Apr 30 08:31:27 2003
@@ -145,6 +145,7 @@
obj_dict = {}
for obj in self._objects:
obj_dict[ obj['id'] ] = obj
+ # unify moving direction
if delta > 0:
ids = list(ids)
ids.reverse()