diff options
Diffstat (limited to 'lang/python/tests')
-rwxr-xr-x | lang/python/tests/t-keylist.py | 2 | ||||
-rwxr-xr-x | lang/python/tests/t-sig-notation.py | 2 | ||||
-rwxr-xr-x | lang/python/tests/t-sign.py | 1 | ||||
-rwxr-xr-x | lang/python/tests/t-signers.py | 1 |
4 files changed, 1 insertions, 5 deletions
diff --git a/lang/python/tests/t-keylist.py b/lang/python/tests/t-keylist.py index 64fec272..fb59321d 100755 --- a/lang/python/tests/t-keylist.py +++ b/lang/python/tests/t-keylist.py @@ -17,8 +17,6 @@ # You should have received a copy of the GNU Lesser General Public # License along with this program; if not, see <http://www.gnu.org/licenses/>. -import sys -import pyme from pyme import core, constants import support diff --git a/lang/python/tests/t-sig-notation.py b/lang/python/tests/t-sig-notation.py index cb4a48e3..0f77e37a 100755 --- a/lang/python/tests/t-sig-notation.py +++ b/lang/python/tests/t-sig-notation.py @@ -18,7 +18,7 @@ # License along with this program; if not, see <http://www.gnu.org/licenses/>. import os -from pyme import core, constants, errors +from pyme import core, constants import support expected_notations = { diff --git a/lang/python/tests/t-sign.py b/lang/python/tests/t-sign.py index 802a32da..e066a29e 100755 --- a/lang/python/tests/t-sign.py +++ b/lang/python/tests/t-sign.py @@ -17,7 +17,6 @@ # You should have received a copy of the GNU Lesser General Public # License along with this program; if not, see <http://www.gnu.org/licenses/>. -import sys import os import pyme from pyme import core, constants diff --git a/lang/python/tests/t-signers.py b/lang/python/tests/t-signers.py index 15e80118..9d2cbdc6 100755 --- a/lang/python/tests/t-signers.py +++ b/lang/python/tests/t-signers.py @@ -17,7 +17,6 @@ # You should have received a copy of the GNU Lesser General Public # License along with this program; if not, see <http://www.gnu.org/licenses/>. -import sys import pyme from pyme import core, constants import support |