More work on graphs

This commit is contained in:
cncfanatics
2010-11-12 12:01:55 +01:00
parent 1006aec8a6
commit 72a49fcd6f
4 changed files with 54 additions and 20 deletions

View File

@@ -27,7 +27,7 @@ class Graph(object):
def __init__(self):
self.name = ""
def getFields(self):
def getFields(self, fit, fields):
raise NotImplementedError()
def getIcons(self):