summaryrefslogtreecommitdiff
path: root/tests/test_nsec3.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_nsec3.py')
-rw-r--r--tests/test_nsec3.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/test_nsec3.py b/tests/test_nsec3.py
index 261c124..9fd9e7f 100644
--- a/tests/test_nsec3.py
+++ b/tests/test_nsec3.py
@@ -13,10 +13,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-try:
- import unittest2 as unittest
-except ImportError:
- import unittest
+import unittest
import dns.rdata
import dns.rdataclass