diff options
Diffstat (limited to 'test/testlib/__init__.py')
| -rw-r--r-- | test/testlib/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testlib/__init__.py b/test/testlib/__init__.py index bfc2ba04b..046f8f9b4 100644 --- a/test/testlib/__init__.py +++ b/test/testlib/__init__.py @@ -7,10 +7,10 @@ import testlib.config from testlib.schema import Table, Column import testlib.testing as testing from testlib.testing import PersistTest, AssertMixin, ORMTest, SQLCompileTest -import testlib.profiling +import testlib.profiling as profiling import testlib.engines __all__ = ('testing', 'Table', 'Column', - 'PersistTest', 'AssertMixin', 'ORMTest', 'SQLCompileTest') + 'PersistTest', 'AssertMixin', 'ORMTest', 'SQLCompileTest', 'profiling') |
