puiterwijk / ipsilon

Forked from ipsilon 7 years ago
Clone

a985124 Migrate all except statements to new syntax

Authored and Committed by puiterwijk 6 years ago
36 files changed. 205 lines added. 205 lines removed.
ipsilon/admin/common.py
file modified
+3 -3
ipsilon/helpers/ipa.py
file modified
+1 -1
ipsilon/info/infoldap.py
file modified
+1 -1
ipsilon/install/ipsilon-client-install
file modified
+6 -6
ipsilon/install/ipsilon-server-install
file modified
+2 -2
ipsilon/login/authfas.py
file modified
+2 -2
ipsilon/providers/openid/auth.py
file modified
+5 -5
ipsilon/providers/openidc/auth.py
file modified
+2 -2
ipsilon/providers/personaidp.py
file modified
+1 -1
ipsilon/providers/saml2/admin.py
file modified
+8 -8
ipsilon/providers/saml2/auth.py
file modified
+11 -11
ipsilon/providers/saml2/logout.py
file modified
+6 -6
ipsilon/providers/saml2/rest.py
file modified
+1 -1
ipsilon/providers/saml2idp.py
file modified
+4 -4
ipsilon/util/data.py
file modified
+12 -12
ipsilon/util/plugin.py
file modified
+3 -3
tests/attrs.py
file modified
+3 -3
tests/authz.py
file modified
+10 -10
tests/dbupgrades.py
file modified
+1 -1
tests/fconf.py
file modified
+2 -2
tests/ldap.py
file modified
+3 -3
tests/ldapdown.py
file modified
+1 -1
tests/openid.py
file modified
+2 -2
tests/openidc.py
file modified
+16 -16
tests/pgdb.py
file modified
+4 -4
tests/test1.py
file modified
+7 -7
tests/testcleanup.py
file modified
+8 -8
tests/testetcd.py
file modified
+7 -7
tests/testgssapi.py
file modified
+4 -4
tests/testlogout.py
file modified
+18 -18
tests/testmapping.py
file modified
+21 -21
tests/testnameid.py
file modified
+11 -11
tests/testrest.py
file modified
+11 -11
tests/testroot.py
file modified
+5 -5
tests/tests.py
file modified
+1 -1
tests/trans.py
file modified
+2 -2
    Migrate all except statements to new syntax
    
    This migration is fully automated by: 2to3 -f except -wn . ipsilon/install/*
    
    Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
    
        
file modified
+3 -3
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+11 -11
file modified
+12 -12
file modified
+3 -3
file modified
+3 -3
file modified
+10 -10
file modified
+1 -1
file modified
+2 -2
file modified
+3 -3
file modified
+1 -1
file modified
+2 -2
file modified
+16 -16
file modified
+4 -4
file modified
+7 -7
file modified
+8 -8
file modified
+7 -7
file modified
+4 -4
file modified
+18 -18
file modified
+21 -21
file modified
+11 -11
file modified
+11 -11
file modified
+5 -5
file modified
+1 -1
file modified
+2 -2