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 17B3B13888F for ; Tue, 6 Oct 2015 17:03:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A161BE086A; Tue, 6 Oct 2015 17:03:16 +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 345FBE086A for ; Tue, 6 Oct 2015 17:03:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4134E340885 for ; Tue, 6 Oct 2015 17:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6F5AADF for ; Tue, 6 Oct 2015 17:03:11 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1444146846.3daff314c8d4927d13c663d921a4e1952ea038d1.vapier@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: bin/ X-VCS-Repository: proj/catalyst X-VCS-Files: bin/catalyst X-VCS-Directories: bin/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 3daff314c8d4927d13c663d921a4e1952ea038d1 X-VCS-Branch: master Date: Tue, 6 Oct 2015 17:03:11 +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: eecfe03e-ce24-4965-8d6b-2fe6c76b6846 X-Archives-Hash: ba475d8fe2d30afc53653f22b3c93a21 commit: 3daff314c8d4927d13c663d921a4e1952ea038d1 Author: Mike Frysinger gentoo org> AuthorDate: Tue Oct 6 15:54:06 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Oct 6 15:54:06 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=3daff314 catalyst: clean up unused module imports 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()