Implement a new type of search

This commit is contained in:
cncfanatics
2010-08-22 17:33:19 +02:00
parent 6137909eb8
commit 353a2eb0c0
3 changed files with 118 additions and 71 deletions

View File

@@ -34,7 +34,7 @@ class Fit(object):
fits = eos.db.getFitsWithShip(id)
names = []
for fit in fits:
names.append(fit.name)
names.append((fit.ID, fit.name))
return names