diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:08:15 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:08:15 +0000 |
| commit | b03b0ea5a4616eb8fd01632203cda3223717b024 (patch) | |
| tree | d8b9aab9b0bab9204296d021e7903d07534c5140 | |
| parent | 1187a488deda88393675d1df839cfedce73188e1 (diff) | |
| download | lasso-b03b0ea5a4616eb8fd01632203cda3223717b024.tar.gz lasso-b03b0ea5a4616eb8fd01632203cda3223717b024.tar.xz lasso-b03b0ea5a4616eb8fd01632203cda3223717b024.zip | |
[project @ fpeters@0d.be-20080321173628-ufrpdmc23wmhu5ym]
removed compatibility to inexisting attribute
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-03-21 18:36:28.789000+01:00
| -rw-r--r-- | bindings/lang_python.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bindings/lang_python.py b/bindings/lang_python.py index 302b64d6..91b7f109 100644 --- a/bindings/lang_python.py +++ b/bindings/lang_python.py @@ -207,7 +207,6 @@ Session.providerIds = property(session_get_provider_ids) Samlp2AuthnRequest.nameIDPolicy = Samlp2AuthnRequest.nameIdPolicy LibAuthnRequest.nameIDPolicy = LibAuthnRequest.nameIdPolicy Saml2Subject.nameID = Saml2Subject.nameId -SamlSubject.nameID = SamlSubject.nameId MiscTextNode.text_child = MiscTextNode.textChild NodeList = list StringList = list |
