diff options
Diffstat (limited to 'test/sql/select.py')
-rw-r--r-- | test/sql/select.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/select.py b/test/sql/select.py index 2d3f57954..fa5e3af03 100644 --- a/test/sql/select.py +++ b/test/sql/select.py @@ -1,7 +1,7 @@ import testbase import re, operator from sqlalchemy import * -from sqlalchemy import util +from sqlalchemy import exceptions, sql, util from sqlalchemy.sql import table, column from sqlalchemy.databases import sqlite, postgres, mysql, oracle, firebird, mssql from testlib import * |