Add compat module with a sorted function.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 14 Aug 2009 14:58:47 +0000 (16:58 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 14 Aug 2009 15:10:01 +0000 (17:10 +0200)
The sorted builtin function was not available in python 2.2 yet (pys60
1.4.x), so we add our own version.


No differences found