flake8 again
This commit is contained in:
parent
37a9b37499
commit
0fddbf9f9b
5 changed files with 8 additions and 11 deletions
|
@ -1,5 +1,3 @@
|
||||||
from importlib import import_module
|
|
||||||
|
|
||||||
from django.apps import AppConfig as BaseAppConfig
|
from django.apps import AppConfig as BaseAppConfig
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
from django.conf import settings
|
|
||||||
from functools import wraps
|
from functools import wraps
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -323,4 +323,4 @@ MAP = {
|
||||||
'x121Address': 'urn:mace:dir:attribute-def:x121Address',
|
'x121Address': 'urn:mace:dir:attribute-def:x121Address',
|
||||||
'x500UniqueIdentifier': 'urn:mace:dir:attribute-def:x500UniqueIdentifier',
|
'x500UniqueIdentifier': 'urn:mace:dir:attribute-def:x500UniqueIdentifier',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -217,14 +217,14 @@ MAP = {
|
||||||
'domainComponent': UCL_DIR_PILOT+'25',
|
'domainComponent': UCL_DIR_PILOT+'25',
|
||||||
'labeledURI': UMICH+'57',
|
'labeledURI': UMICH+'57',
|
||||||
'uid': UCL_DIR_PILOT+'1',
|
'uid': UCL_DIR_PILOT+'1',
|
||||||
'schacMotherTongue':SCHAC+'1',
|
'schacMotherTongue': SCHAC+'1',
|
||||||
'schacGender': SCHAC+'2',
|
'schacGender': SCHAC+'2',
|
||||||
'schacDateOfBirth':SCHAC+'3',
|
'schacDateOfBirth': SCHAC+'3',
|
||||||
'schacPlaceOfBirth': SCHAC+'4',
|
'schacPlaceOfBirth': SCHAC+'4',
|
||||||
'schacCountryOfCitizenship':SCHAC+'5',
|
'schacCountryOfCitizenship': SCHAC+'5',
|
||||||
'schacSn1': SCHAC+'6',
|
'schacSn1': SCHAC+'6',
|
||||||
'schacSn2': SCHAC+'7',
|
'schacSn2': SCHAC+'7',
|
||||||
'schacPersonalTitle':SCHAC+'8',
|
'schacPersonalTitle': SCHAC+'8',
|
||||||
'schacHomeOrganization': SCHAC+'9',
|
'schacHomeOrganization': SCHAC+'9',
|
||||||
'schacHomeOrganizationType': SCHAC+'10',
|
'schacHomeOrganizationType': SCHAC+'10',
|
||||||
'schacCountryOfResidence': SCHAC+'11',
|
'schacCountryOfResidence': SCHAC+'11',
|
||||||
|
@ -238,4 +238,4 @@ MAP = {
|
||||||
'schacProjectMembership': SCHAC+'20',
|
'schacProjectMembership': SCHAC+'20',
|
||||||
'schacProjectSpecificRole': SCHAC+'21',
|
'schacProjectSpecificRole': SCHAC+'21',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -91,7 +91,7 @@ MAP = {
|
||||||
EDUPERSON_OID+'3': 'eduPersonOrgDN',
|
EDUPERSON_OID+'3': 'eduPersonOrgDN',
|
||||||
NOREDUPERSON_OID+'3': 'norEduPersonBirthDate',
|
NOREDUPERSON_OID+'3': 'norEduPersonBirthDate',
|
||||||
},
|
},
|
||||||
"to":{
|
"to": {
|
||||||
'roleOccupant': X500ATTR+'33',
|
'roleOccupant': X500ATTR+'33',
|
||||||
'gn': X500ATTR+'42',
|
'gn': X500ATTR+'42',
|
||||||
'norEduPersonNIN': NOREDUPERSON_OID+'5',
|
'norEduPersonNIN': NOREDUPERSON_OID+'5',
|
||||||
|
@ -187,4 +187,4 @@ MAP = {
|
||||||
'sn': X500ATTR+'4',
|
'sn': X500ATTR+'4',
|
||||||
'domainComponent': UCL_DIR_PILOT+'25',
|
'domainComponent': UCL_DIR_PILOT+'25',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue