close files after they are opened

This commit is contained in:
Yann Leboulanger 2013-01-05 09:54:17 +01:00
parent 0312b6275a
commit 7b82ab7b5d
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ def load_cert_file(cert_path, cert_store):
'%s' % cert_path) '%s' % cert_path)
begin = -1 begin = -1
i += 1 i += 1
f.close()
def get_context(fingerprint, verify_cb=None): def get_context(fingerprint, verify_cb=None):
""" """