From 55769ccf0d1230698646ab5afa331e7617505f4f Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 29 Apr 2009 04:07:41 +0000 Subject: More lint svn path=/rpkid/Makefile; revision=2373 --- rpkid/irbe-setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rpkid/irbe-setup.py') diff --git a/rpkid/irbe-setup.py b/rpkid/irbe-setup.py index 15b0d346..e04f4abe 100644 --- a/rpkid/irbe-setup.py +++ b/rpkid/irbe-setup.py @@ -66,10 +66,10 @@ pdu = call_rpkid(pdu) bsc_id = pdu.bsc_id print "Issue the business cert" -i,o = os.popen2(("openssl", "x509", "-req", - "-CA", "biz-certs/Bob-CA.cer", - "-CAkey", "biz-certs/Bob-CA.key", - "-CAserial", "biz-certs/Bob-CA.srl")) +i, o = os.popen2(("openssl", "x509", "-req", + "-CA", "biz-certs/Bob-CA.cer", + "-CAkey", "biz-certs/Bob-CA.key", + "-CAserial", "biz-certs/Bob-CA.srl")) i.write(pdu.pkcs10_request.get_PEM()) i.close() cer = rpki.x509.X509(PEM = o.read()) -- cgit v1.2.3