[Checkins] SVN: five.localsitemanager/trunk/src/five/localsitemanager/localsitemanager.txt One more list to sort.

Stefan H. Holek stefan at epy.co.at
Fri Feb 6 14:10:29 EST 2009


Log message for revision 96196:
  One more list to sort.

Changed:
  U   five.localsitemanager/trunk/src/five/localsitemanager/localsitemanager.txt

-=-
Modified: five.localsitemanager/trunk/src/five/localsitemanager/localsitemanager.txt
===================================================================
--- five.localsitemanager/trunk/src/five/localsitemanager/localsitemanager.txt	2009-02-06 17:06:25 UTC (rev 96195)
+++ five.localsitemanager/trunk/src/five/localsitemanager/localsitemanager.txt	2009-02-06 19:10:28 UTC (rev 96196)
@@ -345,8 +345,9 @@
     >>> aqutils = [comp for comp in utils if IAcquirer.providedBy(comp)]
     >>> len(aqutils)
     2
-    >>> aqutils
-    [<SITestUtility at /a/b/c/si_util_cped>, <Utility AQTestUtility "test">]
+    >>> sorted(aqutils)
+    [<Utility AQTestUtility "test">,
+     <SITestUtility at /a/b/c/si_util_cped>]
 
 And registeredUtilities():
 



More information about the Checkins mailing list