From: Martin Schwenke Date: Tue, 27 Apr 2021 05:46:14 +0000 (+1000) Subject: utils: Use Python 3 X-Git-Tag: tdb-1.4.5~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=939aed0498269df3c1e012f3b68c314b583f25bd;p=thirdparty%2Fsamba.git utils: Use Python 3 Due to the number of flake8 and pylint warnings it is unclear if the source has Python 3 incompatibilities. These will be cleaned up in subsequent commits. Signed-off-by: "L.P.H. van Belle" Reviewed-by: Martin Schwenke Reviewed-by: David Disseldorp Reviewed-by: Jose A. Rivera --- diff --git a/ctdb/utils/etcd/ctdb_etcd_lock b/ctdb/utils/etcd/ctdb_etcd_lock index 000c6bb7208..7f5194eff0a 100755 --- a/ctdb/utils/etcd/ctdb_etcd_lock +++ b/ctdb/utils/etcd/ctdb_etcd_lock @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by