[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/OFS/ObjectManager.py sort import files
Andreas Jung
andreas at andreas-jung.com
Sun Aug 17 08:19:10 EDT 2008
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
More information about the Zope-Checkins
mailing list