Revert "Added a proxy to get the Module object belonging to a certain Item object"

This reverts commit 6a3182d397.

Conflicts:

	service/market.py
This commit is contained in:
Weeknie
2010-10-26 00:01:31 +02:00
parent 0a44175290
commit f224d840e4

View File

@@ -176,9 +176,6 @@ class Market():
def getItem(self, itemId):
return eos.db.getItem(itemId)
def getModule(self, itemObject):
return eos.saveddata.module.Module(itemObject)
def getGroup(self, groupId):
return eos.db.getGroup(groupId)