Use subprocess instead of fork when running gpg.
commitf4350c088604bfee68aa959f0d5a72dae514c324
authorThomas Leonard <talex5@gmail.com>
Wed, 30 Jul 2008 19:09:31 +0000 (30 20:09 +0100)
committerThomas Leonard <talex5@gmail.com>
Wed, 30 Jul 2008 19:26:34 +0000 (30 20:26 +0100)
tree2370454c360b71805e4b135d6bf4b73da7032817
parenta11ee6857ca09b9c2909e6d916ea4284465e98b6
Use subprocess instead of fork when running gpg.

Some systems don't yet have support for fork().
zeroinstall/injector/gpg.py