Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/
Date: Sat, 01 Dec 2012 22:58:28
Message-Id: 1354402683.532cafd140bfff6d288527ced5a528ef4baacfac.zorry@gentoo
1 commit: 532cafd140bfff6d288527ced5a528ef4baacfac
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 22:58:03 2012 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 22:58:03 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=532cafd1
7
8 fix a indented block
9
10 ---
11 gobs/pym/package.py | 2 --
12 1 files changed, 0 insertions(+), 2 deletions(-)
13
14 diff --git a/gobs/pym/package.py b/gobs/pym/package.py
15 index ed608ea..0d7a934 100644
16 --- a/gobs/pym/package.py
17 +++ b/gobs/pym/package.py
18 @@ -36,8 +36,6 @@ class gobs_package(object):
19 return config_cpv_listDict
20 conn=CM.getConnection()
21 for config_id in config_id_list:
22 - # Change config/setup
23 - for config_id in config_id_list:
24
25 # Change config/setup
26 config_setup = get_config_db(conn, config_id)