From c75efbd4da00bd204c953b6114ca8d6200b419c2 Mon Sep 17 00:00:00 2001 From: Michael Shuler Date: Sun, 12 Feb 2012 18:57:41 -0600 Subject: [PATCH] Remove tab, replace with spaces.. --- mozilla/certdata2pem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2