X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=pyderasn.py;h=8e7f0283503e0272f19a28e2f17805ad212299fa;hp=fb043feeb76d038f4579695826131dcf3636f740;hb=fa45509b038326f83ca441d0ad294acfef33f1eb;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)),