~ubuntu-branches/ubuntu/natty/mailcrypt/natty

« back to all changes in this revision

Viewing changes to tests/gpg-keys/make-rings.py

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2010-04-14 12:57:48 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100414125748-11o34zfzy6153krw
Tags: 3.5.9-3
* Merge upstream changes
* Make build work without emacs (closes: 577380)
* Perform updates deferred until upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
# messages signed by owner1 or owner2 should be accepted with TRUST_ULTIMATE,
40
40
#  because we have secret keys for them
41
 
# messages signed by other should have 
 
41
# messages signed by other should have
42
42
 
43
43
homedir = sys.argv[1]
44
44
 
90
90
        stdin.write("%s:%d:\n" % (id, trust[id]))
91
91
    stdin.close()
92
92
 
93
 
    
 
93
 
94
94
users = ("owner1", "owner2", "other", "unknown", "trusted", "untrusted")
95
95
if 1:
96
96
    os.mkdir(homedir)