From: Mike Bayer Date: Tue, 29 Sep 2015 15:33:45 +0000 (-0400) Subject: - bzzt, fix the base _post_configure_engine() call to not fail X-Git-Tag: rel_1_1_0b1~84^2~70^2~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7393ee8d4f20e84240623bb180681742813dd178;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - bzzt, fix the base _post_configure_engine() call to not fail --- diff --git a/lib/sqlalchemy/testing/provision.py b/lib/sqlalchemy/testing/provision.py index 2d7fe0a3f8..3f9ddae73c 100644 --- a/lib/sqlalchemy/testing/provision.py +++ b/lib/sqlalchemy/testing/provision.py @@ -107,7 +107,7 @@ def _configure_follower(cfg, ident): @register.init -def _post_configure_engine(url, engine): +def _post_configure_engine(url, engine, follower_ident): pass