Remove need for Icon class, references to it's DB relationship, and remove from DB. Also, add the files. All the files.
This commit is contained in:
@@ -35,7 +35,7 @@ from service.fit import Fit
|
||||
class DummyItem(object):
|
||||
def __init__(self, txt):
|
||||
self.name = txt
|
||||
self.icon = None
|
||||
self.iconID = None
|
||||
|
||||
|
||||
class DummyEntry(object):
|
||||
|
||||
Reference in New Issue
Block a user