Drop usage of self._debug and use self.debug instead
authorRob Crittenden <rcritten@redhat.com>
Wed, 29 Apr 2015 17:57:34 +0000 (13:57 -0400)
committerSimo Sorce <simo@redhat.com>
Tue, 5 May 2015 18:32:24 +0000 (14:32 -0400)
commit158c4cdefc0bd5b8dabe38685c1bebccc24d656b
treeec4a177cfb380a7cf1df77ffd5d5e4d783997bba
parentf54958e7101614a64d2dceb18b46d68a88130506
Drop usage of self._debug and use self.debug instead

This method was deprecated but still used in a lot of places.

https://fedorahosted.org/ipsilon/ticket/120

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
13 files changed:
ipsilon/login/common.py
ipsilon/providers/common.py
ipsilon/providers/openid/extensions/common.py
ipsilon/providers/personaidp.py
ipsilon/providers/saml2/admin.py
ipsilon/providers/saml2/auth.py
ipsilon/providers/saml2/provider.py
ipsilon/providers/saml2/rest.py
ipsilon/providers/saml2idp.py
ipsilon/util/endpoint.py
ipsilon/util/errors.py
ipsilon/util/page.py
ipsilon/util/user.py