From 4be42d6952ee50e5ee6e6bcb7180ee77ecd578b7 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 29 Apr 2008 12:07:39 +0000 Subject: [project @ fpeters@0d.be-20080226163902-kby1si1erxqnvzsm] compatibility with NodeList, StringList and StringDict Original author: Frederic Peters Date: 2008-02-26 17:39:02.548000+01:00 --- bindings/lang_python.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bindings/lang_python.py') diff --git a/bindings/lang_python.py b/bindings/lang_python.py index fb88553b..73539447 100644 --- a/bindings/lang_python.py +++ b/bindings/lang_python.py @@ -191,6 +191,9 @@ Session.providerIds = property(session_get_provider_ids) Samlp2AuthnRequest.nameIDPolicy = Samlp2AuthnRequest.nameIdPolicy Saml2Subject.nameID = Saml2Subject.nameId MiscTextNode.text_child = MiscTextNode.textChild +NodeList = list +StringList = list +StringDict = dict ''' def generate_constants(self, fd): -- cgit