From 4011b2b2a1050f0837e989da3db9b5459e71ccd6 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 14 Sep 2016 14:35:00 +0200 Subject: python: Trim imports. * lang/python/examples/encrypt-to-all.py: Drop unused import of 'os'. * lang/python/examples/signverify.py: Likewise. * lang/python/examples/simple.py: Likewise. * lang/python/examples/verifydetails.py: Likewise. Signed-off-by: Justus Winter --- lang/python/examples/encrypt-to-all.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lang/python/examples/encrypt-to-all.py') diff --git a/lang/python/examples/encrypt-to-all.py b/lang/python/examples/encrypt-to-all.py index bb8225b0..35873bde 100755 --- a/lang/python/examples/encrypt-to-all.py +++ b/lang/python/examples/encrypt-to-all.py @@ -26,7 +26,6 @@ from __future__ import absolute_import, print_function, unicode_literals del absolute_import, print_function, unicode_literals import sys -import os import pyme with pyme.Context(armor=True) as c: -- cgit v1.2.3