Changeset - 0fddbf9f9bbd
[Not reviewed]
0 5 0
Sachi King - 7 years ago 2017-03-31 00:54:46
nakato@nakato.io
flake8 again
5 files changed with 8 insertions and 11 deletions:
0 comments (0 inline, 0 general)
pinaxcon/apps.py
Show inline comments
 
from importlib import import_module
 

	
 
from django.apps import AppConfig as BaseAppConfig
 

	
 

	
pinaxcon/monkey_patch.py
Show inline comments
 
from django.conf import settings
 
from functools import wraps
 

	
 

	
pinaxcon/saml2/attribute-maps/basic.py
Show inline comments
...
 
@@ -323,4 +323,4 @@ MAP = {
 
        'x121Address': 'urn:mace:dir:attribute-def:x121Address',
 
        'x500UniqueIdentifier': 'urn:mace:dir:attribute-def:x500UniqueIdentifier',
 
    }
 
}
...
 
\ No newline at end of file
 
}
pinaxcon/saml2/attribute-maps/saml_uri.py
Show inline comments
...
 
@@ -217,14 +217,14 @@ MAP = {
 
        'domainComponent': UCL_DIR_PILOT+'25',
 
        'labeledURI': UMICH+'57',
 
        'uid': UCL_DIR_PILOT+'1',
 
        'schacMotherTongue':SCHAC+'1',
 
        'schacMotherTongue': SCHAC+'1',
 
        'schacGender': SCHAC+'2',
 
        'schacDateOfBirth':SCHAC+'3',
 
        'schacDateOfBirth': SCHAC+'3',
 
        'schacPlaceOfBirth': SCHAC+'4',
 
        'schacCountryOfCitizenship':SCHAC+'5',
 
        'schacCountryOfCitizenship': SCHAC+'5',
 
        'schacSn1': SCHAC+'6',
 
        'schacSn2': SCHAC+'7',
 
        'schacPersonalTitle':SCHAC+'8',
 
        'schacPersonalTitle': SCHAC+'8',
 
        'schacHomeOrganization': SCHAC+'9',
 
        'schacHomeOrganizationType': SCHAC+'10',
 
        'schacCountryOfResidence': SCHAC+'11',
...
 
@@ -238,4 +238,4 @@ MAP = {
 
        'schacProjectMembership': SCHAC+'20',
 
        'schacProjectSpecificRole': SCHAC+'21',
 
    }
 
}  
...
 
\ No newline at end of file
 
}
pinaxcon/saml2/attribute-maps/shibboleth_uri.py
Show inline comments
...
 
@@ -91,7 +91,7 @@ MAP = {
 
        EDUPERSON_OID+'3': 'eduPersonOrgDN',
 
        NOREDUPERSON_OID+'3': 'norEduPersonBirthDate',
 
    },
 
    "to":{
 
    "to": {
 
        'roleOccupant': X500ATTR+'33',
 
        'gn': X500ATTR+'42',
 
        'norEduPersonNIN': NOREDUPERSON_OID+'5',
...
 
@@ -187,4 +187,4 @@ MAP = {
 
        'sn': X500ATTR+'4',
 
        'domainComponent': UCL_DIR_PILOT+'25',
 
    }
 
}
...
 
\ No newline at end of file
 
}
0 comments (0 inline, 0 general)