Fichier de cornichons OPE

infile = open(filename,'rb')
new_dict = pickle.load(infile)
infile.close()