Optimize itemStats attribute view a lot more

This commit is contained in:
cncfanatics
2010-10-08 14:11:37 +02:00
parent 1d78bf0a7b
commit 52d9b4b7c6
4 changed files with 37 additions and 40 deletions

View File

@@ -29,5 +29,5 @@ class Attribute():
return cls.instance
def getAttributeInfo(self, attributeName):
info = eos.db.getAttributeInfo(attributeName)
info = eos.db.getAttributeInfo(attributeName, eager=("icon", "unit"))
return info