Some syntax

This commit is contained in:
blitzmann
2015-09-25 14:13:33 -04:00
parent 5b5fdd97d6
commit d0ec17feba
2 changed files with 20 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
from sqlalchemy.orm import validates, reconstructor
from eos.effectHandlerHelpers import HandledItem
from eos.effectHandlerHelpers import HandledItem, HandledImplantBoosterList
import eos.db
import eos
@@ -98,7 +98,7 @@ class Character(object):
for item in self.getSkillList():
self.addSkill(Skill(item.ID, self.defaultLevel))
self.__implants = eos.saveddata.fit.HandledImplantBoosterList()
self.__implants = HandledImplantBoosterList()
self.apiKey = None
@reconstructor