Browse Source

fixing import in test_wsdl

main
Julien Iguchi-Cartigny 10 years ago
parent
commit
0ab3800975
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      tests/test_wsdl.py

+ 1
- 2
tests/test_wsdl.py View File

@@ -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


Loading…
Cancel
Save