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 C152713873B for ; Sun, 2 Mar 2014 22:55:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55957E0B7D; Sun, 2 Mar 2014 22:55:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F266BE0B7D for ; Sun, 2 Mar 2014 22:55:25 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DF1433F909 for ; Sun, 2 Mar 2014 22:55:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 0B7BB183B3 for ; Sun, 2 Mar 2014 22:55:23 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1393776891.bb5d5cee504b6be0f1fb9d00a6ea0eadc5907c8e.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/arch/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/arch/m68k.py X-VCS-Directories: catalyst/arch/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: bb5d5cee504b6be0f1fb9d00a6ea0eadc5907c8e X-VCS-Branch: master Date: Sun, 2 Mar 2014 22:55:23 +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: c5583778-0070-4257-b07b-8435d8fa9424 X-Archives-Hash: 53b43e63487f645d87eebc4ab5df16fc Message-ID: <20140302225523.S-XESOFGFD0VtpBkIJdNsYTvkLUg8yTmUvsdD_72AKY@z> commit: bb5d5cee504b6be0f1fb9d00a6ea0eadc5907c8e Author: Brian Dolbec gentoo org> AuthorDate: Sun Mar 2 16:13:43 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Mar 2 16:14:51 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=bb5d5cee catalyst/arch/m68k.py: fix missed import cleanup during move/rebase. --- catalyst/arch/m68k.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/catalyst/arch/m68k.py b/catalyst/arch/m68k.py index 37b26a4..c9f194b 100644 --- a/catalyst/arch/m68k.py +++ b/catalyst/arch/m68k.py @@ -1,6 +1,5 @@ -import builder,os -from catalyst_support import * +from catalyst import builder class generic_m68k(builder.generic): "abstract base class for all m68k builders"