]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - pyderasn.py
Unnecessary __slots__ in docstring
[pyderasn.git] / pyderasn.py
index fb043feeb76d038f4579695826131dcf3636f740..8e7f0283503e0272f19a28e2f17805ad212299fa 100755 (executable)
@@ -3359,7 +3359,6 @@ class Sequence(Obj):
     You have to make specification of sequence::
 
         class Extension(Sequence):
-            __slots__ = ()
             schema = (
                 ("extnID", ObjectIdentifier()),
                 ("critical", Boolean(default=False)),