From 2f7535c697c3ca9f7c930a5ea79293f0b8d4313b Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Sat, 13 Jul 2019 18:58:17 +0200 Subject: Document base ASN.1 types Also many fixes here and there to docs and docstrings. --- pyasn1/codec/ber/eoo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyasn1/codec/ber/eoo.py') diff --git a/pyasn1/codec/ber/eoo.py b/pyasn1/codec/ber/eoo.py index b613b53..48eb859 100644 --- a/pyasn1/codec/ber/eoo.py +++ b/pyasn1/codec/ber/eoo.py @@ -10,7 +10,7 @@ from pyasn1.type import tag __all__ = ['endOfOctets'] -class EndOfOctets(base.AbstractSimpleAsn1Item): +class EndOfOctets(base.SimpleAsn1Type): defaultValue = 0 tagSet = tag.initTagSet( tag.Tag(tag.tagClassUniversal, tag.tagFormatSimple, 0x00) -- cgit v1.2.3