diff options
author | jortel <devnull@localhost> | 2009-03-18 20:50:47 +0000 |
---|---|---|
committer | jortel <devnull@localhost> | 2009-03-18 20:50:47 +0000 |
commit | 3cc9486213fcca4943f880e964e0bc275272e7b9 (patch) | |
tree | ff486100f8a980ad0bbe15ddf61eb2ba3cb5e26a /tests/axis1.py | |
parent | cb5c9e67e8b7740ae5497f2df00ca13825954774 (diff) | |
download | suds-3cc9486213fcca4943f880e964e0bc275272e7b9.tar.gz |
changing caching directory to /tmp/suds
Diffstat (limited to 'tests/axis1.py')
-rw-r--r-- | tests/axis1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/axis1.py b/tests/axis1.py index 5ee28e0..4013fba 100644 --- a/tests/axis1.py +++ b/tests/axis1.py @@ -35,7 +35,7 @@ credentials = dict(username='jortel', password='abc123') setup_logging() -logging.getLogger('suds.transport').setLevel(logging.DEBUG) +#logging.getLogger('suds.transport').setLevel(logging.DEBUG) def start(url): global errors |