summaryrefslogtreecommitdiff
path: root/suds/transport/https.py
diff options
context:
space:
mode:
Diffstat (limited to 'suds/transport/https.py')
-rw-r--r--suds/transport/https.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/suds/transport/https.py b/suds/transport/https.py
index 3c3a4a2..52b463f 100644
--- a/suds/transport/https.py
+++ b/suds/transport/https.py
@@ -45,9 +45,6 @@ class HttpAuthenticated(HttpTransport):
- B{timeout} - Set the url open timeout (seconds).
- type: I{float}
- default: 90
- - B{cache} - The http I{transport} cache. May be set (None) for no caching.
- - type: L{Cache}
- - default: L{NoCache}
- B{username} - The username used for http authentication.
- type: I{str}
- default: None