# HG changeset patch # User drewp # Date 1025777058 0 # Node ID 8856efb6516c040b1ee63cb6a726842f6ee9e387 # Parent 022e35e171823d26669c49b5dad3974bbf72517b dmx out example node and types diff -r 022e35e17182 -r 8856efb6516c Port.py --- a/Port.py Thu Jul 04 08:21:35 2002 +0000 +++ b/Port.py Thu Jul 04 10:04:18 2002 +0000 @@ -15,7 +15,7 @@ pass class InputPort(Port): - def __init__(self, required=1, maxpins=ANY): + def __init__(self, allowedtype, required=1, maxpins=ANY): self.pins = [] class OutputPort(Port):