Skip to content

Commit 99606c3

Browse files
committed
git: reversible changes to be later reverted
Changes only necessary for a clean patch apply
1 parent eb1d84e commit 99606c3

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

CONTRIBUTORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ Contributors
5050
* Raymond Piller
5151
* Zoltan Benedek
5252
* Øyvind Heddeland Instefjord
53-
* Pol Sanlorenzo
53+
5454

docs/wsse.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,7 @@ Example usage A::
3636
... private_key_filename, public_key_filename,
3737
... optional_password))
3838

39-
Example usage B::
4039

41-
>>> from zeep import Client
42-
>>> from zeep.wsse.signature import Signature
43-
>>> from zeep.transports import Transport
44-
>>> from requests import Session
45-
>>> session = Session()
46-
>>> session.cert = '/path/to/ssl.pem'
47-
>>> transport = Transport(session=session)
48-
>>> client = Client(
49-
... 'http://www.webservicex.net/ConvertSpeed.asmx?WSDL',
50-
... transport=transport)
51-
5240
.. _xmlsec: https://pypi.python.org/pypi/xmlsec
5341
.. _README: https://github.com/mehcode/python-xmlsec
5442

0 commit comments

Comments
 (0)