hdl.rec: remove __slots__.
authorwhitequark <cz@m-labs.hk>
Fri, 15 Feb 2019 14:00:42 +0000 (14:00 +0000)
committerwhitequark <cz@m-labs.hk>
Sun, 3 Mar 2019 18:21:22 +0000 (18:21 +0000)
Left in by mistake.

nmigen/hdl/rec.py

index ef2fcb6a1f006e2ae18fcfad4a42a16821bdf961..0b06f7523c271e42d6b21643e9ce7b8e27289e8f 100644 (file)
@@ -62,8 +62,6 @@ class Layout:
 
 
 class Record(Value):
-    __slots__ = ("fields",)
-
     def __init__(self, layout, name=None):
         if name is None:
             try: