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 1Qaue0-0002vz-Il for garchives@archives.gentoo.org; Sun, 26 Jun 2011 19:05:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9BCE1C044; Sun, 26 Jun 2011 19:05:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6CCF51C044 for ; Sun, 26 Jun 2011 19:05:12 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D11D21BC018 for ; Sun, 26 Jun 2011 19:05:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id EA0B08003C for ; Sun, 26 Jun 2011 19:05:10 +0000 (UTC) From: "Wiktor W Brodlo" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wiktor W Brodlo" Message-ID: <2c354a297444d9667798d7f9a7457040e6a991f4.wiktor@gentoo> Subject: [gentoo-commits] proj/anaconda:master commit in: / X-VCS-Repository: proj/anaconda X-VCS-Files: exception.py X-VCS-Directories: / X-VCS-Committer: wiktor X-VCS-Committer-Name: Wiktor W Brodlo X-VCS-Revision: 2c354a297444d9667798d7f9a7457040e6a991f4 Date: Sun, 26 Jun 2011 19:05:10 +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: 44e246122054ed456a20d0b6ff62c02c commit: 2c354a297444d9667798d7f9a7457040e6a991f4 Author: wiktor w brodlo brodlo net> AuthorDate: Sun Jun 26 18:45:31 2011 +0000 Commit: Wiktor W Brodlo brodlo net> CommitDate: Sun Jun 26 18:45:31 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/anaconda.git;= a=3Dcommit;h=3D2c354a29 exception.py: we no longer use entropy --- exception.py | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/exception.py b/exception.py index 31883a4..76df1e4 100644 --- a/exception.py +++ b/exception.py @@ -93,17 +93,6 @@ class AnacondaExceptionHandler(ExceptionHandler): # see a similar comment at runDebug() =20 try: - from gentoo import Entropy - from entropy.cache import EntropyCacher - EntropyCacher().stop() - etp =3D Entropy() - etp.destroy() - if hasattr(etp, 'shutdown'): - etp.shutdown() - except ImportError: - pass - - try: isys.vtActivate(1) except SystemError: pass