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 44999138010 for ; Thu, 20 Sep 2012 04:17:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28F7AE0477; Thu, 20 Sep 2012 04:17:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EAC17E0477 for ; Thu, 20 Sep 2012 04:17:22 +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 5A02833D5BC for ; Thu, 20 Sep 2012 04:17:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 72291E5444 for ; Thu, 20 Sep 2012 04:17:20 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1348114628.ff98a555c612958c8b22fc300b54f90aa790df9c.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/update.py X-VCS-Directories: pym/portage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: ff98a555c612958c8b22fc300b54f90aa790df9c X-VCS-Branch: master Date: Thu, 20 Sep 2012 04:17:20 +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: b3d950b6-939d-49e6-b619-9ef7641708ca X-Archives-Hash: cf9930fb5a6fba1de7ac9e120649c248 commit: ff98a555c612958c8b22fc300b54f90aa790df9c Author: Zac Medico gentoo org> AuthorDate: Thu Sep 20 04:17:08 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Sep 20 04:17:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=ff98a555 update.py: cleanup imports --- pym/portage/update.py | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/pym/portage/update.py b/pym/portage/update.py index fe00b7e..d7ae34a 100644 --- a/pym/portage/update.py +++ b/pym/portage/update.py @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 import errno @@ -13,16 +13,13 @@ from portage import _unicode_decode from portage import _unicode_encode import portage portage.proxy.lazyimport.lazyimport(globals(), - 'portage.dep:Atom,dep_getkey,isvalidatom,' + \ - 'remove_slot', + 'portage.dep:Atom,dep_getkey,isvalidatom,_get_slot_re', 'portage.util:ConfigProtect,new_protect_filename,' + \ 'normalize_path,write_atomic,writemsg', 'portage.util.listdir:_ignorecvs_dirs', - 'portage.versions:catsplit,ververify' ) from portage.const import USER_CONFIG_PATH -from portage.dep import Atom, _get_slot_re from portage.eapi import _get_eapi_attrs from portage.exception import DirectoryNotFound, InvalidAtom, PortageException from portage.localization import _