summaryrefslogtreecommitdiff
path: root/mozilla
diff options
context:
space:
mode:
authorMichael Shuler <michael@pbandjelly.org>2012-02-12 18:57:41 -0600
committerMichael Shuler <michael@pbandjelly.org>2012-02-12 18:57:41 -0600
commitc75efbd4da00bd204c953b6114ca8d6200b419c2 (patch)
treec49dfdb4c9f1d81b101eda92ce4b71a232ab77ae /mozilla
parent8d49e7b62137c870e35526ffcea95ba130016a23 (diff)
downloadca-certificates-c75efbd4da00bd204c953b6114ca8d6200b419c2.tar.gz
Remove tab, replace with spaces..
Diffstat (limited to 'mozilla')
-rw-r--r--mozilla/certdata2pem.py2
1 files changed, 1 insertions, 1 deletions
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)))