summaryrefslogtreecommitdiff
path: root/pyasn1/type/base.py
diff options
context:
space:
mode:
authorelie <elie>2015-11-15 13:16:15 +0000
committerelie <elie>2015-11-15 13:16:15 +0000
commitdf91c279bac7d3444b285b379fab0df3b1b60b20 (patch)
tree93f6493dd5096ce18ec791f1a8a996a122872e42 /pyasn1/type/base.py
parentfa33edb95de2e8ecaad982e8e5f76d91e3ed73b1 (diff)
downloadpyasn1-df91c279bac7d3444b285b379fab0df3b1b60b20.tar.gz
fixes to comments
Diffstat (limited to 'pyasn1/type/base.py')
-rw-r--r--pyasn1/type/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyasn1/type/base.py b/pyasn1/type/base.py
index c5c18ec..9f090c8 100644
--- a/pyasn1/type/base.py
+++ b/pyasn1/type/base.py
@@ -4,7 +4,6 @@
# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
-# Base classes for ASN.1 types
import sys
from pyasn1.type import constraint, tagmap, tag
from pyasn1 import error