50
49
if sys.platform == 'win32':
51
50
# Windows doesn't come with cat, and we don't require it
52
51
# so lets try using python instead.
54
53
# It is too much work to make sys.stdout be in binary mode.
55
54
# http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65443
56
55
my_gpg._command_line = lambda:[sys.executable, '-c',