diff options
Diffstat (limited to 'lang/python/examples/encrypt-to-all.py')
-rwxr-xr-x | lang/python/examples/encrypt-to-all.py | 1 |
1 files changed, 0 insertions, 1 deletions
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: |