Fix assorted bugs found by pylint

This commit is contained in:
Jakub Hrozek
2011-01-25 14:01:36 -05:00
committed by Simo Sorce
parent 27da394c44
commit ab2ca8022e
17 changed files with 19 additions and 46 deletions
-2
View File
@@ -83,8 +83,6 @@ if __name__ == '__main__':
# Read PEM request from stdin and print out its components
csrlines = sys.stdin.readlines()
csrlines = fp.readlines()
fp.close()
csr = ''.join(csrlines)
csr = load_certificate_request(csr)