summaryrefslogtreecommitdiff
path: root/pyasn1/type/univ.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyasn1/type/univ.py')
-rw-r--r--pyasn1/type/univ.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyasn1/type/univ.py b/pyasn1/type/univ.py
index 7beb4b2..4e79483 100644
--- a/pyasn1/type/univ.py
+++ b/pyasn1/type/univ.py
@@ -4,8 +4,6 @@
# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
-# ASN.1 "universal" data types
-#
import operator, sys, math
from pyasn1.type import base, tag, constraint, namedtype, namedval, tagmap
from pyasn1.codec.ber import eoo