Switched the python classes to inherit from the base and gui classes.
authorJosh Blum <josh@joshknows.com>
Sun, 30 Aug 2009 17:34:10 +0000 (10:34 -0700)
committerJosh Blum <josh@joshknows.com>
Sun, 30 Aug 2009 17:34:10 +0000 (10:34 -0700)
commit152fcbc219cd2e4f6df7b38843844bc85fdf2bc2
tree5c94998205fb917be6e6c2d443ddf10d613fc0fb
parentcc13a27310e4ab91ebf90ee2d9cd6e3c659e1bc0
Switched the python classes to inherit from the base and gui classes.
Use only **kwargs so all contructor parameters must be passed with keys.
Moved gui input forms classes from base to gui param module.
15 files changed:
grc/base/Block.py
grc/base/FlowGraph.py
grc/base/Param.py
grc/base/Platform.py
grc/gui/ActionHandler.py
grc/gui/Block.py
grc/gui/Param.py
grc/gui/Platform.py
grc/python/Block.py
grc/python/Connection.py
grc/python/FlowGraph.py
grc/python/Param.py
grc/python/Platform.py
grc/python/Port.py
grc/todo.txt