diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-04-21 09:30:30 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-04-21 09:30:30 -0400 |
| commit | 38d6c31a29b28577aabb5ae2e641cf95a3cdbc7a (patch) | |
| tree | 8e16e91432aeb295427f81ce045cbb29699a9589 /test/sql/test_rowcount.py | |
| parent | f9313e4dcf15cfe7c4bf8467808701e7716676ab (diff) | |
| download | sqlalchemy-38d6c31a29b28577aabb5ae2e641cf95a3cdbc7a.tar.gz | |
fix metadata import
Diffstat (limited to 'test/sql/test_rowcount.py')
| -rw-r--r-- | test/sql/test_rowcount.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/sql/test_rowcount.py b/test/sql/test_rowcount.py index c12e2b272..ccd0d8f5e 100644 --- a/test/sql/test_rowcount.py +++ b/test/sql/test_rowcount.py @@ -9,9 +9,8 @@ class FoundRowsTest(TestBase, AssertsExecutionResults): @classmethod def setup_class(cls): - metadata = MetaData(testing.db) - global employees_table, metadata + metadata = MetaData(testing.db) employees_table = Table('employees', metadata, Column('employee_id', Integer, |
