Log message for revision 89922:
  sort import files
  

Changed:
  U   Zope/branches/2.11/lib/python/OFS/ObjectManager.py

-=-
Modified: Zope/branches/2.11/lib/python/OFS/ObjectManager.py
===================================================================
--- Zope/branches/2.11/lib/python/OFS/ObjectManager.py  2008-08-17 12:17:48 UTC 
(rev 89921)
+++ Zope/branches/2.11/lib/python/OFS/ObjectManager.py  2008-08-17 12:19:09 UTC 
(rev 89922)
@@ -653,6 +653,7 @@
                 continue
             listing += [f for f in os.listdir(directory)
                         if f.endswith('.zexp') or f.endswith('.xml')]
+        listing.sort()
         return listing
 
     # FTP support methods

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to