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