flake8 again

This commit is contained in:
Sachi King 2017-03-26 19:01:20 +11:00
parent 37a9b37499
commit 0fddbf9f9b
5 changed files with 8 additions and 11 deletions

View file

@ -1,5 +1,3 @@
from importlib import import_module
from django.apps import AppConfig as BaseAppConfig

View file

@ -1,4 +1,3 @@
from django.conf import settings
from functools import wraps

View file

@ -323,4 +323,4 @@ MAP = {
'x121Address': 'urn:mace:dir:attribute-def:x121Address',
'x500UniqueIdentifier': 'urn:mace:dir:attribute-def:x500UniqueIdentifier',
}
}
}

View file

@ -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',
}
}
}

View file

@ -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',
}
}
}