From: Sergey Matveev Date: Mon, 9 Oct 2017 09:41:28 +0000 (+0300) Subject: Unnecessary __slots__ in docstring X-Git-Tag: 1.4~10 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=fa45509b038326f83ca441d0ad294acfef33f1eb Unnecessary __slots__ in docstring --- 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)),