]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
use importlib.machinery to load modules instead of imp under Python 3.3 and greater
authorMatt Chisholm <matt@theory.org>
Mon, 14 Apr 2014 17:54:01 +0000 (13:54 -0400)
committerMatt Chisholm <matt@theory.org>
Mon, 14 Apr 2014 17:58:39 +0000 (13:58 -0400)
commitc887d62810e13e3156ac47dfbcfd709a6ac9858f
tree6b042ceb3cbc1ae3cdb9b8f969463cb90733f875
parentf0d71dc2d6027158ab883ddabb83af20996108ba
use importlib.machinery to load modules instead of imp under Python 3.3 and greater

part of #2830
lib/sqlalchemy/testing/plugin/noseplugin.py
sqla_nose.py