From: Mike Bayer Date: Tue, 18 Aug 2015 17:37:01 +0000 (-0400) Subject: - fix missing ANY symbol X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd31d062f669a59066b150552efa3890a32e3ed;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix missing ANY symbol --- diff --git a/test/orm/test_events.py b/test/orm/test_events.py index 1610ea82ec..68cb5ff08a 100644 --- a/test/orm/test_events.py +++ b/test/orm/test_events.py @@ -13,7 +13,7 @@ from sqlalchemy.testing import fixtures from sqlalchemy.testing.util import gc_collect from test.orm import _fixtures from sqlalchemy import event -from sqlalchemy.testing.mock import Mock, call +from sqlalchemy.testing.mock import Mock, call, ANY ImNotAClass = None