diff options
| author | Jason Kirtland <jek@discorporate.us> | 2007-07-27 20:21:36 +0000 |
|---|---|---|
| committer | Jason Kirtland <jek@discorporate.us> | 2007-07-27 20:21:36 +0000 |
| commit | e9f51b2456d7ddfaee6acb6efe8abdfeded6d72f (patch) | |
| tree | 64c5c64a949a98dd14cba7e0676b8d8d84e1a86a /test/testlib/profiling.py | |
| parent | 4c260b351d45b857ef71e5539c58c7721798adc0 (diff) | |
| download | sqlalchemy-e9f51b2456d7ddfaee6acb6efe8abdfeded6d72f.tar.gz | |
Fix coverage again- try really hard not to load anything from lib/ until after the coverage hook runs.
Diffstat (limited to 'test/testlib/profiling.py')
| -rw-r--r-- | test/testlib/profiling.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testlib/profiling.py b/test/testlib/profiling.py index 697df4ea2..efcc1340f 100644 --- a/test/testlib/profiling.py +++ b/test/testlib/profiling.py @@ -1,5 +1,6 @@ """Profiling support for unit and performance tests.""" +import testbase from testlib.config import parser, post_configure import testlib.config |
