X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=pyderasn.py;h=8e7f0283503e0272f19a28e2f17805ad212299fa;hp=fb043feeb76d038f4579695826131dcf3636f740;hb=b603d0d9ccee919c8c4ba98f7f7f8bae44e64b8e;hpb=1822faabc359cd416dddb9a56fd03f20d9651e09 diff --git a/pyderasn.py b/pyderasn.py index fb043fe..8e7f028 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -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)),