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: Wed, 28 Sep 2011 01:41:24
Message-Id: a95afc56af666f38e402d1941414e0d0fad3ff8f.zorry@gentoo
1 commit: a95afc56af666f38e402d1941414e0d0fad3ff8f
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 01:41:00 2011 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 01:41:00 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=a95afc56
7
8 remove prints
9
10 ---
11 gobs/pym/ConnectionManager.py | 1 -
12 1 files changed, 0 insertions(+), 1 deletions(-)
13
14 diff --git a/gobs/pym/ConnectionManager.py b/gobs/pym/ConnectionManager.py
15 index 1bbeb35..404e62f 100644
16 --- a/gobs/pym/ConnectionManager.py
17 +++ b/gobs/pym/ConnectionManager.py
18 @@ -11,7 +11,6 @@ class connectionManager(object):
19 if not cls._instance:
20 cls._instance = super(connectionManager, cls).__new__(cls, *args, **kwargs)
21 #read the sql user/host etc and store it in the local object
22 - print(settings_dict['sql_host'])
23 cls._host=settings_dict['sql_host']
24 cls._user=settings_dict['sql_user']
25 cls._password=settings_dict['sql_passwd']