From: Michael Shuler Date: Mon, 13 Feb 2012 00:57:41 +0000 (-0600) Subject: Remove tab, replace with spaces.. X-Git-Url: https://git.donarmstrong.com/?p=ca-certificates.git;a=commitdiff_plain;h=c75efbd4da00bd204c953b6114ca8d6200b419c2 Remove tab, replace with spaces.. --- diff --git a/mozilla/certdata2pem.py b/mozilla/certdata2pem.py index 773ce0d..5cc8f4c 100644 --- a/mozilla/certdata2pem.py +++ b/mozilla/certdata2pem.py @@ -121,7 +121,7 @@ for obj in objects: .replace('(', '=')\ .replace(')', '=')\ .replace(',', '_') + '.crt' - fname = fname.decode('string_escape') + fname = fname.decode('string_escape') f = open(fname, 'w') f.write("-----BEGIN CERTIFICATE-----\n") f.write("\n".join(textwrap.wrap(base64.b64encode(obj['CKA_VALUE']), 64)))