From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BC06F1381F3 for ; Fri, 21 Dec 2012 20:31:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E38B21C027; Fri, 21 Dec 2012 20:31:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CEC621C027 for ; Fri, 21 Dec 2012 20:31:46 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3147D33D880 for ; Fri, 21 Dec 2012 20:31:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CB2C9E543C for ; Fri, 21 Dec 2012 20:31:43 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1356121890.6f0e315610679af631d970320f613bc55d2a23f4.zorry@gentoo> Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/ X-VCS-Repository: dev/zorry X-VCS-Files: gobs/pym/buildquerydb.py X-VCS-Directories: gobs/pym/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 6f0e315610679af631d970320f613bc55d2a23f4 X-VCS-Branch: master Date: Fri, 21 Dec 2012 20:31:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b2c718c3-cae7-41cd-a41b-2f5299fc5858 X-Archives-Hash: 71c74e190535b6086110ffe99f79f3ea commit: 6f0e315610679af631d970320f613bc55d2a23f4 Author: Magnus Granberg gentoo org> AuthorDate: Fri Dec 21 20:31:30 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Fri Dec 21 20:31:30 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=6f0e3156 fix connectionManager' object has no attribute 'getName' --- gobs/pym/buildquerydb.py | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gobs/pym/buildquerydb.py b/gobs/pym/buildquerydb.py index d818b9e..df2dbe0 100644 --- a/gobs/pym/buildquerydb.py +++ b/gobs/pym/buildquerydb.py @@ -14,9 +14,8 @@ config_profile = gobs_settings_dict['gobs_config'] # make a CM from gobs.ConnectionManager import connectionManager CM=connectionManager(gobs_settings_dict) -#selectively import the pgsql/mysql querys -if CM.getName()=='pgsql': - from gobs.pgsql import * + + from gobs.check_setup import check_make_conf from gobs.sync import git_pull