From 0ab38009756766d809a83db16d8c305019329863 Mon Sep 17 00:00:00 2001 From: Julien Iguchi-Cartigny Date: Thu, 3 Jul 2014 21:15:58 +0200 Subject: [PATCH] fixing import in test_wsdl --- tests/test_wsdl.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_wsdl.py b/tests/test_wsdl.py index c15578a..8c37393 100644 --- a/tests/test_wsdl.py +++ b/tests/test_wsdl.py @@ -13,8 +13,7 @@ from wstools.Utility import DOM from wstools.WSDLTools import WSDLReader from wstools.TimeoutSocket import TimeoutError -from wstools import tests -cwd = os.path.dirname(tests.__file__) +cwd = 'tests' # that's for tox/pytest nameGenerator = None