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: Tue, 29 Oct 2013 02:18:57
Message-Id: 1383013117.c2efd7defba1e108d743647dab43d3d61fde96b2.twitch153@gentoo
1 commit: c2efd7defba1e108d743647dab43d3d61fde96b2
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 29 02:18:37 2013 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 29 02:18:37 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=c2efd7de
7
8 WebappConfig/compat.py: Removes extra newline.
9
10 ---
11 WebappConfig/compat.py | 1 -
12 1 file changed, 1 deletion(-)
13
14 diff --git a/WebappConfig/compat.py b/WebappConfig/compat.py
15 index f7ae89f..3e567dc 100644
16 --- a/WebappConfig/compat.py
17 +++ b/WebappConfig/compat.py
18 @@ -20,4 +20,3 @@ import hashlib
19 def create_md5(filename):
20 with open(filename, 'rb') as f:
21 return str(hashlib.md5(f.read()).hexdigest())
22 -