diff options
Diffstat (limited to 'test/perf/wsgi.py')
| -rw-r--r-- | test/perf/wsgi.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/perf/wsgi.py b/test/perf/wsgi.py index 6fc8149bc..549c92ade 100644 --- a/test/perf/wsgi.py +++ b/test/perf/wsgi.py @@ -1,11 +1,10 @@ #!/usr/bin/python """Uses ``wsgiref``, standard in Python 2.5 and also in the cheeseshop.""" -import testenv; testenv.configure_for_tests() from sqlalchemy import * from sqlalchemy.orm import * import thread -from testlib import * +from sqlalchemy.test import * port = 8000 |
