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 BD7F81381F3 for ; Thu, 26 Sep 2013 03:44:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D582CE0C77; Thu, 26 Sep 2013 03:44:21 +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 5EF7DE0C77 for ; Thu, 26 Sep 2013 03:44:21 +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 1F73033EB6F for ; Thu, 26 Sep 2013 03:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C7F31E5309 for ; Thu, 26 Sep 2013 03:44:18 +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: <1380167044.88b6987a7e20d4eeb1d8aa26fcebd8cd1b9a435d.twitch153@gentoo> Subject: [gentoo-commits] proj/webapp-config:master 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: 88b6987a7e20d4eeb1d8aa26fcebd8cd1b9a435d X-VCS-Branch: master Date: Thu, 26 Sep 2013 03:44:18 +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: 6b735fce-8b6d-4b07-9a07-2d3788e75dfb X-Archives-Hash: 5c6d0ba9b6b9a2b34dcd8074e44d6fb0 commit: 88b6987a7e20d4eeb1d8aa26fcebd8cd1b9a435d Author: Devan Franchini hotmail com> AuthorDate: Thu Sep 26 03:44:04 2013 +0000 Commit: Devan Franchini gentoo org> CommitDate: Thu Sep 26 03:44:04 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=88b6987a WebappConfig/content.py: Fixed inconsistent tab in file where create_md5() is declared. --- WebappConfig/content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebappConfig/content.py b/WebappConfig/content.py index 7eff223..f9106ff 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) + create_md5(filename) def file_time(self, filename): ''' Return the last modification time.'''