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, 01 Dec 2013 08:50:42
Message-Id: 1385887796.eca8521272afe917ec72b6d0469ac58419ca1e31.twitch153@gentoo
1 commit: eca8521272afe917ec72b6d0469ac58419ca1e31
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 1 08:49:56 2013 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 08:49:56 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=eca85212
7
8 WebappConfig/config.py: Cleans whitespace.
9
10 ---
11 WebappConfig/config.py | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/WebappConfig/config.py b/WebappConfig/config.py
15 index 4df2f27..9ade0b6 100644
16 --- a/WebappConfig/config.py
17 +++ b/WebappConfig/config.py
18 @@ -565,7 +565,7 @@ class Config:
19
20 group.add_option('-V',
21 '--verbose',
22 - action='store_true',
23 + action='store_true',
24 help = 'Output even more information than normal'
25 )