Merge branch 'master' of evefit.org:pyfa

This commit is contained in:
cncfanatics
2010-10-31 00:08:47 +02:00

View File

@@ -165,7 +165,8 @@ class Market():
for grp in cat.groups:
if grp.published or grp.name in self.FORCED_GROUPS:
root.append((grp.ID, grp.name))
zephyr = eos.db.getGroup("Prototype Exploration Ship")
root.remove((zephyr.ID, zephyr.name))
return root