aboutsummaryrefslogtreecommitdiffstats
path: root/lang/py3-pyme/examples/exportimport.py
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2015-05-16 16:35:24 +0000
committerBen McGinnes <[email protected]>2015-05-16 16:35:24 +0000
commit8345bf6f43c4f671124eaa1b713a7f5ac5780cbd (patch)
tree7859f8344de280ed3d8a3260306314c2f1748735 /lang/py3-pyme/examples/exportimport.py
parentUpdated string and key data (diff)
downloadgpgme-8345bf6f43c4f671124eaa1b713a7f5ac5780cbd.tar.gz
gpgme-8345bf6f43c4f671124eaa1b713a7f5ac5780cbd.zip
example email
* changed [email protected] to [email protected] as it is only a matter of time before ICANN actually creates bar as a gTLD, if they haven't already.
Diffstat (limited to 'lang/py3-pyme/examples/exportimport.py')
-rwxr-xr-xlang/py3-pyme/examples/exportimport.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/py3-pyme/examples/exportimport.py b/lang/py3-pyme/examples/exportimport.py
index 53904639..45f2f518 100755
--- a/lang/py3-pyme/examples/exportimport.py
+++ b/lang/py3-pyme/examples/exportimport.py
@@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Sample of export and import of keys
-# It uses keys for [email protected] generated by genkey.pl script
+# It uses keys for [email protected] generated by genkey.pl script
import sys
from pyme import core
@@ -27,7 +27,7 @@ core.check_version(None)
expkey = core.Data()
c = core.Context()
c.set_armor(1)
print(" - Export %s's public keys - " % user)
c.op_export(user, 0, expkey)