]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
use sqlalchemy.util functions here. the previous implementation is
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Jan 2009 15:12:41 +0000 (15:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Jan 2009 15:12:41 +0000 (15:12 +0000)
commit41e9dbd2ef2f1b5e8dc2c68c12719afda5452e88
treecaeb474f59a2302c3c33945909342588bcad8e5b
parentb3f89893cfe694ea9804d16afd013abfccb0bb70
use sqlalchemy.util functions here.  the previous implementation is
not compatible with py3k.   I can run all tests or any combination of tests
by using sqlalchemy.util so it's not clear to me why sqlalchemy.util
reportedly cannot be imported at this phase.
test/testlib/compat.py