aboutsummaryrefslogtreecommitdiff
path: root/tests/test_prime.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_prime.py')
-rw-r--r--tests/test_prime.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_prime.py b/tests/test_prime.py
index f3bda9b..5577f67 100644
--- a/tests/test_prime.py
+++ b/tests/test_prime.py
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-#
# Copyright 2011 Sybren A. Stüvel <sybren@stuvel.eu>
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,7 +16,6 @@
import unittest
-from rsa._compat import range
import rsa.prime
import rsa.randnum