aboutsummaryrefslogtreecommitdiff
path: root/tests/type/test_univ.py
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-11-23 09:55:31 +0100
committerIlya Etingof <etingof@gmail.com>2017-11-23 10:36:54 +0100
commitd3f166fd034c286a2e7eaff6d690343f4bc7a56c (patch)
treef398188807ab1a9cda3785a9fdcb569b5c90164c /tests/type/test_univ.py
parent3d7f65f52b1a4b38f7ca561d460a78125dd31df1 (diff)
downloadpyasn1-d3f166fd034c286a2e7eaff6d690343f4bc7a56c.tar.gz
imports pep8'ed
Diffstat (limited to 'tests/type/test_univ.py')
-rw-r--r--tests/type/test_univ.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/type/test_univ.py b/tests/type/test_univ.py
index ea6c4d0..1999706 100644
--- a/tests/type/test_univ.py
+++ b/tests/type/test_univ.py
@@ -4,9 +4,9 @@
# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://snmplabs.com/pyasn1/license.html
#
-import sys
import math
import pickle
+import sys
try:
import unittest2 as unittest