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 E83571389E2 for ; Fri, 26 Dec 2014 18:37:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38DB3E0B50; Fri, 26 Dec 2014 18:37:34 +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 B9DBAE0B4B for ; Fri, 26 Dec 2014 18:37:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02BBC340042 for ; Fri, 26 Dec 2014 18:37:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B34BD6DD for ; Fri, 26 Dec 2014 18:37:30 +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: <1419618998.53710b89cbeca23164a6ad6e32f10c752f088a8c.dol-sen@gentoo> Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/ X-VCS-Repository: proj/gentoo-keys X-VCS-Files: gkeys-ldap/gkeyldap/cli.py X-VCS-Directories: gkeys-ldap/gkeyldap/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 53710b89cbeca23164a6ad6e32f10c752f088a8c X-VCS-Branch: master Date: Fri, 26 Dec 2014 18:37:30 +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: 7c052d5c-ffab-447d-a81e-a4221b3dfce2 X-Archives-Hash: 3925669b65a9763315edc98a87e0bd86 commit: 53710b89cbeca23164a6ad6e32f10c752f088a8c Author: Brian Dolbec gentoo org> AuthorDate: Fri Dec 26 18:36:38 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Fri Dec 26 18:36:38 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=53710b89 gkeyldap/cli.py: Remove unused imports --- gkeys-ldap/gkeyldap/cli.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/gkeys-ldap/gkeyldap/cli.py b/gkeys-ldap/gkeyldap/cli.py index c85176f..b4a9904 100644 --- a/gkeys-ldap/gkeyldap/cli.py +++ b/gkeys-ldap/gkeyldap/cli.py @@ -6,12 +6,9 @@ from __future__ import print_function import sys -from gkeys import config -from gkeys import seed from gkeys.base import CliBase from gkeys.config import GKeysConfig -from gkeyldap import connect, search from gkeyldap.actions import (Actions, Available_Actions, Action_Options, Action_Map)