Code

corrections for python2.3 compatibility:
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 9 Oct 2009 14:32:21 +0000 (14:32 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 9 Oct 2009 14:32:21 +0000 (14:32 +0000)
commit8c1055587e623ccd4a9ea069e30cbfc697a0ad30
tree94204fd718c9f08ef50466057c3137c9d00021b1
parent96030cf261af2a88a4c7787e42e23d48d2f6f6e4
corrections for python2.3 compatibility:
- rename testdata in test/test_anypy_hashlib.py, python2.3 testsuite
  will try to execute anything that starts with "test".
- fix generator expressions in roundup/admin.py
- fix sort calls with key attribute, use a standard (slower) compare
  function instead
- Add 'sqlite' to ImportError exceptions when searching for backends

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4373 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/admin.py
roundup/backends/__init__.py
roundup/cgi/form_parser.py
test/test_anypy_hashlib.py