Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/webapp-config:experimental commit in: WebappConfig/
Date: Sun, 27 Oct 2013 19:27:11
Message-Id: 1382902012.83e6a2ee869a788b5f44fd9bd31401cb0d3bb577.twitch153@gentoo
1 commit: 83e6a2ee869a788b5f44fd9bd31401cb0d3bb577
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 27 19:26:52 2013 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 19:26:52 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=83e6a2ee
7
8 WebappConfig/content.py: Returns md5 hash and fixes indentation.
9
10 ---
11 WebappConfig/content.py | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/WebappConfig/content.py b/WebappConfig/content.py
15 index d671ad1..8fe5be9 100644
16 --- a/WebappConfig/content.py
17 +++ b/WebappConfig/content.py
18 @@ -531,7 +531,7 @@ class Contents:
19
20 def file_md5(self, filename):
21 ''' Return the md5 hash for the file content.'''
22 - create_md5(filename)
23 + return create_md5(filename)
24
25 def file_time(self, filename):
26 ''' Return the last modification time.'''