diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2018-07-07 06:55:53 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2018-07-07 06:55:53 -0700 |
commit | 1619761a318e0244a5c9fb5b5e97aa55e80b7888 (patch) | |
tree | 4ec23a9a007cc45917f00e92ea0b4e167136bc7e | |
parent | gkeyldap config.py: py3 update xrange ==> range (diff) | |
download | gentoo-keys-1619761a318e0244a5c9fb5b5e97aa55e80b7888.tar.gz gentoo-keys-1619761a318e0244a5c9fb5b5e97aa55e80b7888.tar.bz2 gentoo-keys-1619761a318e0244a5c9fb5b5e97aa55e80b7888.zip |
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 <dolsen@gentoo.org>
-rwxr-xr-x | gkeys-ldap/bin/gkeys-ldap | 2 |
1 files changed, 1 insertions, 1 deletions
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 |