Add attribute columns to the fittingView

This commit is contained in:
cncfanatics
2010-08-25 11:08:23 +02:00
parent 2e6dc9e6d8
commit 195b65ac9e
7 changed files with 116 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
__all__ = ["moduleState", "moduleNameOrSlot"]
__all__ = ["moduleState", "moduleNameOrSlot", "attributeDisplay"]
columns = {}
def registerColumn(column):