diff options
Diffstat (limited to 'test/engine/bind.py')
-rw-r--r-- | test/engine/bind.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/engine/bind.py b/test/engine/bind.py index 2d96683b9..863260008 100644 --- a/test/engine/bind.py +++ b/test/engine/bind.py @@ -3,6 +3,7 @@ including the deprecated versions of these arguments""" import testbase from sqlalchemy import * +from sqlalchemy import engine, exceptions from testlib import * |