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 09E5513888F for ; Tue, 6 Oct 2015 16:46:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E039321C027; Tue, 6 Oct 2015 16:46:32 +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 7F9BC21C001 for ; Tue, 6 Oct 2015 16:46:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 4D6AD340566 for ; Tue, 6 Oct 2015 16:46:31 +0000 (UTC) From: Mike Frysinger To: gentoo-catalyst@lists.gentoo.org Subject: [gentoo-catalyst] [PATCH 1/4] catalyst: clean up unused module imports Date: Tue, 6 Oct 2015 12:46:26 -0400 Message-Id: <1444149989-1258-1-git-send-email-vapier@gentoo.org> X-Mailer: git-send-email 2.5.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Archives-Salt: 250666d4-1578-4a31-be87-329a3b49dd7d X-Archives-Hash: c207c48f4be337b8607fdb5d15025cbd --- bin/catalyst | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/catalyst b/bin/catalyst index d0bc153..577e899 100755 --- a/bin/catalyst +++ b/bin/catalyst @@ -32,8 +32,6 @@ except KeyboardInterrupt: from catalyst.main import main -from catalyst import __maintainer__ -from catalyst import __version__ try: main() -- 2.5.2