Merge branch 'singularity' of evefit.org:pyfa into singularity

This commit is contained in:
HomeWorld
2011-11-22 20:02:01 +02:00
2 changed files with 5 additions and 1 deletions

2
eos

Submodule eos updated: 2b80b0321f...939f98e6c2

View File

@@ -55,6 +55,10 @@ class Character():
sFit = service.Fit.getInstance()
return map(lambda c: (c.ID, c.name, c == sFit.character), eos.db.getCharacterList())
def getCharacter(self, charID):
char = eos.db.getCharacter(charID)
return char
def getSkillGroups(self):
cat = eos.db.getCategory(16)
groups = []