diff options
Diffstat (limited to 'test/test_app.py')
-rw-r--r-- | test/test_app.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_app.py b/test/test_app.py index 8872bf53..577a70a5 100644 --- a/test/test_app.py +++ b/test/test_app.py @@ -1,5 +1,4 @@ -import tutils -import tservers +from . import tutils, tservers class TestApp(tservers.HTTPProxTest): |