From 349d44ce6894bf0e979f12f5c62fe69bcceabc7d Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 29 Apr 2008 12:05:24 +0000 Subject: [project @ fpeters@0d.be-20071113151334-k8v9udlbr5nb2lu7] backward compatibility for isSessionDirty and isIdentityDirty Original author: Frederic Peters Date: 2007-11-13 16:13:34.182000+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 9bc530de..d7be04c4 100644 --- a/bindings/lang_python.py +++ b/bindings/lang_python.py @@ -170,6 +170,9 @@ import lasso WSF_SUPPORT = WSF_ENABLED +Profile.isIdentityDirty = property(Profile.isIdentityDirty) +Profile.isSessionDirty = property(Profile.isSessionDirty) + def identity_get_provider_ids(self): return self.federations.keys() Identity.providerIds = property(identity_get_provider_ids) -- cgit