diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-27 16:33:54 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-27 16:33:54 -0400 |
| commit | be40b51cb0f1fca59d664d059c3c494c8448f775 (patch) | |
| tree | 3532b3c27534a95016abc72f355fdef1e717c42a /test/aaa_profiling | |
| parent | b9ea55f8616156820dca31ae0c65ba0115086e1e (diff) | |
| download | sqlalchemy-be40b51cb0f1fca59d664d059c3c494c8448f775.tar.gz | |
getting everything to pass again
Diffstat (limited to 'test/aaa_profiling')
| -rw-r--r-- | test/aaa_profiling/test_resultset.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_resultset.py b/test/aaa_profiling/test_resultset.py index cf3a12fe1..0146d1b08 100644 --- a/test/aaa_profiling/test_resultset.py +++ b/test/aaa_profiling/test_resultset.py @@ -1,5 +1,6 @@ from sqlalchemy import * -from sqlalchemy.testing import * +from sqlalchemy.testing import fixtures, AssertsExecutionResults, profiling +from sqlalchemy import testing from sqlalchemy.testing import eq_ NUM_FIELDS = 10 NUM_RECORDS = 1000 |
