From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A6E5C138397 for ; Sun, 27 Oct 2013 19:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43544E0D06; Sun, 27 Oct 2013 19:27:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE05DE0D06 for ; Sun, 27 Oct 2013 19:27:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0450D33DA9B for ; Sun, 27 Oct 2013 19:27:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A9C4BE401D for ; Sun, 27 Oct 2013 19:27:08 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1382902012.83e6a2ee869a788b5f44fd9bd31401cb0d3bb577.twitch153@gentoo> Subject: [gentoo-commits] proj/webapp-config:experimental commit in: WebappConfig/ X-VCS-Repository: proj/webapp-config X-VCS-Files: WebappConfig/content.py X-VCS-Directories: WebappConfig/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 83e6a2ee869a788b5f44fd9bd31401cb0d3bb577 X-VCS-Branch: experimental Date: Sun, 27 Oct 2013 19:27:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: db223b17-2a70-435c-9007-8e5572fe8aa1 X-Archives-Hash: a8e8c51633f7b4c18d1b2fc91fc892a5 commit: 83e6a2ee869a788b5f44fd9bd31401cb0d3bb577 Author: Devan Franchini gentoo org> AuthorDate: Sun Oct 27 19:26:52 2013 +0000 Commit: Devan Franchini gentoo org> CommitDate: Sun Oct 27 19:26:52 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=83e6a2ee WebappConfig/content.py: Returns md5 hash and fixes indentation. --- WebappConfig/content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebappConfig/content.py b/WebappConfig/content.py index d671ad1..8fe5be9 100644 --- a/WebappConfig/content.py +++ b/WebappConfig/content.py @@ -531,7 +531,7 @@ class Contents: def file_md5(self, filename): ''' Return the md5 hash for the file content.''' - create_md5(filename) + return create_md5(filename) def file_time(self, filename): ''' Return the last modification time.'''