Miscellaneous Fixes
Brought to you by:
ftobin
Hi,
This file fixes a couple of issues I've fixed in GnuPGInterface.py:
1) Fixes issue where the result from waitpid() is shifted left and not right. This results in error 131072 instead of error 2.
2) Converts tabs to spaces and fixed indentation issues so the editors do not complain (rightly) about invalid indentation.
...Thanks,
...Ken
Misc Fixes