From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ruzu2-0000ll-6I for garchives@archives.gentoo.org; Wed, 08 Feb 2012 05:17:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7793EE0752; Wed, 8 Feb 2012 05:17:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4C3C3E0752 for ; Wed, 8 Feb 2012 05:17:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9622E1B402C for ; Wed, 8 Feb 2012 05:17:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 106568004F for ; Wed, 8 Feb 2012 05:17:02 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1c7d0f10af6eaa4a7964eb8c7ebb65a3fff944d1.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/QueueScheduler.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 1c7d0f10af6eaa4a7964eb8c7ebb65a3fff944d1 Date: Wed, 8 Feb 2012 05:17:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8d6c5261-7eab-43a2-8bb0-507c55a89bcc X-Archives-Hash: 5b61c59b2fdc7eb1432ba02b9cbd73b9 commit: 1c7d0f10af6eaa4a7964eb8c7ebb65a3fff944d1 Author: Zac Medico gentoo org> AuthorDate: Wed Feb 8 05:07:36 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Feb 8 05:07:36 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D1c7d0f10 fixup! QueueScheduler: tweak timeout handling --- pym/_emerge/QueueScheduler.py | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/pym/_emerge/QueueScheduler.py b/pym/_emerge/QueueScheduler.p= y index db7aa5a..e115ba1 100644 --- a/pym/_emerge/QueueScheduler.py +++ b/pym/_emerge/QueueScheduler.py @@ -1,8 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -import time - from _emerge.PollScheduler import PollScheduler =20 class QueueScheduler(PollScheduler):