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 1Q0L7z-0005YZ-SZ for garchives@archives.gentoo.org; Thu, 17 Mar 2011 21:53:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B1081C02A; Thu, 17 Mar 2011 21:53:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1D8741C02A for ; Thu, 17 Mar 2011 21:53:00 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD33E1B4063 for ; Thu, 17 Mar 2011 21:52:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 19A748006A for ; Thu, 17 Mar 2011 21:52:59 +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: <09c9eaf22ac7453ef8a6067711e27a7756dd3d92.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild-ipc.py X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 09c9eaf22ac7453ef8a6067711e27a7756dd3d92 Date: Thu, 17 Mar 2011 21:52:59 +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: X-Archives-Hash: c3728310b62bce1fdd228d80e5ea1bfb commit: 09c9eaf22ac7453ef8a6067711e27a7756dd3d92 Author: Zac Medico gentoo org> AuthorDate: Thu Mar 17 21:52:41 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Mar 17 21:52:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D09c9eaf2 ebuild-ipc: import errno --- bin/ebuild-ipc.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bin/ebuild-ipc.py b/bin/ebuild-ipc.py index cb77171..68ad985 100755 --- a/bin/ebuild-ipc.py +++ b/bin/ebuild-ipc.py @@ -5,6 +5,7 @@ # This is a helper which ebuild processes can use # to communicate with portage's main python process. =20 +import errno import logging import os import pickle