Add all the columns we need for now to our fitting view

This commit is contained in:
cncfanatics
2010-08-25 12:17:05 +02:00
parent 195b65ac9e
commit 5c6d030f13
4 changed files with 90 additions and 15 deletions

View File

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