Remove unneeded lookup functions, use the builtin ones

This commit is contained in:
2010-08-07 13:02:08 +01:00
parent 94b8736622
commit c49f227e66
3 changed files with 2 additions and 36 deletions

View File

@@ -43,25 +43,3 @@ API_BLOODLINES_CHOICES = (
(12, 'Ni-Kunni'),
(13, 'Caldari'),
)
API_RACES = {
'Caldari': 1,
'Minmatar': 2,
'Gallente': 3,
'Amarr': 4,
}
API_BLOODLINES = {
'Sebiestor': 1,
'Vherokior': 2,
'Brutor': 3,
'Intaki': 4,
'Gallente': 5,
'Jin-Mei': 6,
'Civire': 7,
'Deteis': 8,
'Achura': 9,
'Amarr': 10,
'Khanid': 11,
'Ni-Kunni': 12,
}