diff options
Diffstat (limited to 'test/perf/threaded_compile.py')
| -rw-r--r-- | test/perf/threaded_compile.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/perf/threaded_compile.py b/test/perf/threaded_compile.py index eb9e2f669..13ec31fd6 100644 --- a/test/perf/threaded_compile.py +++ b/test/perf/threaded_compile.py @@ -2,9 +2,12 @@ when additional mappers are created while the existing collection is being compiled.""" +import testbase from sqlalchemy import * +from sqlalchemy.orm import * import thread, time from sqlalchemy.orm import mapperlib +from testlib import * meta = MetaData('sqlite:///foo.db') |
