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)
commitb58ba323f474ab0b54a9a5dee9b89c0c99e437e1
treed85ee37a9a1ad59b8e279dfc402ef120d5a48dbb
parent760d5d7adfa573dd7f52277e14f85e5b0efa5b54
Add compat module with a sorted function.

The sorted builtin function was not available in python 2.2 yet (pys60
1.4.x), so we add our own version.
src/compat/__init__.py [new file with mode: 0644]