diff Port.py @ 3:8856efb6516c

dmx out example node and types
author drewp
date Thu, 04 Jul 2002 10:04:18 +0000
parents 022e35e17182
children
line wrap: on
line diff
--- 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):