diff Port.py @ 2:022e35e17182

bunch of renaming; some additions to the files
author drewp
date Thu, 04 Jul 2002 08:21:35 +0000
parents 45b12307c695
children 8856efb6516c
line wrap: on
line diff
--- a/Port.py	Wed Jul 03 09:43:24 2002 +0000
+++ b/Port.py	Thu Jul 04 08:21:35 2002 +0000
@@ -15,7 +15,7 @@
         pass
 
 class InputPort(Port):
-    def __init__(self, allowedtype, required=1, maxpins=ANY):
+    def __init__(self, required=1, maxpins=ANY):
         self.pins = []
 
 class OutputPort(Port):