From abda20f96384ba1666f2a76a1682c1234cefa98c Mon Sep 17 00:00:00 2001 From: Jesus Rivero Date: Sat, 26 Jul 2008 01:37:34 +0000 Subject: [PATCH] Changed self.logger form LOGGER in get_keyword() in portage_utils.py git-svn-id: http://g-pypi.googlecode.com/svn/trunk@5 118783bc-b352-0410-bbc3-0f610f6f7ae8 --- g_pypi/portage_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g_pypi/portage_utils.py b/g_pypi/portage_utils.py index c2f6a88..a8b94a3 100644 --- a/g_pypi/portage_utils.py +++ b/g_pypi/portage_utils.py @@ -195,7 +195,7 @@ def get_keyword(): try: arch = ENV["ACCEPT_KEYWORDS"].split(' ')[0] except KeyError: - self.logger.error("No ACCEPT_KEYWORDS found, using ~x86") + LOGGER.error("No ACCEPT_KEYWORDS found, using ~x86") arch = '~x86' #New ebuilds must be ~arch -- 2.26.2