Removed Source and Sink classes as Port subclasses.
authorJosh Blum <josh@joshknows.com>
Mon, 17 Aug 2009 07:54:11 +0000 (00:54 -0700)
committerJosh Blum <josh@joshknows.com>
Mon, 17 Aug 2009 07:54:11 +0000 (00:54 -0700)
commit63c928575c10741ac6a6c3c3c8be9c238e7b8432
tree80eaee21678a250233f3076e8ffc74eabbbaf840
parent82d6410198b91eb21ccac9fe2aae66690956e584
Removed Source and Sink classes as Port subclasses.
A port can be a source or a sink based on the dir parameter.
grc/base/Block.py
grc/base/Platform.py
grc/base/Port.py
grc/gui/Platform.py
grc/gui/Port.py
grc/python/Platform.py
grc/python/Port.py