]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed an import of "logging" in test_execute which was not
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Mar 2013 21:24:50 +0000 (16:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Mar 2013 21:24:50 +0000 (16:24 -0500)
commitabd9f52ade78c737571be69f21dba384be3edf4e
tree6a1519c70e44dbdd4614d699736b89f77cd06e9f
parent207be52ec789eb0e77a2010b45c3a078b57b31a4
- Fixed an import of "logging" in test_execute which was not
working on some linux platforms.
[ticket:2669]
doc/build/changelog/changelog_07.rst
lib/sqlalchemy/__init__.py
test/engine/test_execute.py