From 9406f5cadbaf4df5f7e4ec767959c7f01a41fec6 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Sun, 26 Aug 2007 02:58:36 +0000 Subject: Use the new buffer api for input data. --- Lib/hashlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/hashlib.py') diff --git a/Lib/hashlib.py b/Lib/hashlib.py index 78b5c0e6dc..af67114272 100644 --- a/Lib/hashlib.py +++ b/Lib/hashlib.py @@ -1,6 +1,6 @@ # $Id$ # -# Copyright (C) 2005 Gregory P. Smith (greg@electricrain.com) +# Copyright (C) 2005-2007 Gregory P. Smith (greg@krypto.org) # Licensed to PSF under a Contributor Agreement. # -- cgit v1.2.1