From 1619761a318e0244a5c9fb5b5e97aa55e80b7888 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sat, 7 Jul 2018 06:55:53 -0700 Subject: bin/gkeys-ldap: Force python2.7 for now Vulture now has python3.6 as default, but python-ldap-3* is not yet stable Signed-off-by: Brian Dolbec --- gkeys-ldap/bin/gkeys-ldap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gkeys-ldap/bin/gkeys-ldap b/gkeys-ldap/bin/gkeys-ldap index 3d23ac1..73c5d55 100755 --- a/gkeys-ldap/bin/gkeys-ldap +++ b/gkeys-ldap/bin/gkeys-ldap @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2.7 # -*- coding: utf-8 -*- '''Gentoo-keys is a gpg key manager for managing -- cgit v1.2.3-65-gdbad