[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/ObjectManager.py sort import files

Andreas Jung andreas at andreas-jung.com
Sun Aug 17 08:17:49 EDT 2008


Log message for revision 89921:
  sort import files
  

Changed:
  U   Zope/trunk/lib/python/OFS/ObjectManager.py

-=-
Modified: Zope/trunk/lib/python/OFS/ObjectManager.py
===================================================================
--- Zope/trunk/lib/python/OFS/ObjectManager.py	2008-08-17 10:21:00 UTC (rev 89920)
+++ Zope/trunk/lib/python/OFS/ObjectManager.py	2008-08-17 12:17:48 UTC (rev 89921)
@@ -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



More information about the Zope-Checkins mailing list