11c8e3
From 939aed0498269df3c1e012f3b68c314b583f25bd Mon Sep 17 00:00:00 2001
11c8e3
From: Martin Schwenke <martin@meltin.net>
11c8e3
Date: Tue, 27 Apr 2021 15:46:14 +1000
11c8e3
Subject: [PATCH] utils: Use Python 3
11c8e3
11c8e3
Due to the number of flake8 and pylint warnings it is unclear if the
11c8e3
source has Python 3 incompatibilities.  These will be cleaned up in
11c8e3
subsequent commits.
11c8e3
11c8e3
Signed-off-by: "L.P.H. van Belle" <belle@bazuin.nl>
11c8e3
Reviewed-by: Martin Schwenke <martin@meltin.net>
11c8e3
Reviewed-by: David Disseldorp <ddiss@samba.org>
11c8e3
Reviewed-by: Jose A. Rivera <jarrpa@samba.org>
11c8e3
---
11c8e3
 ctdb/utils/etcd/ctdb_etcd_lock | 2 +-
11c8e3
 1 file changed, 1 insertion(+), 1 deletion(-)
11c8e3
11c8e3
diff --git a/ctdb/utils/etcd/ctdb_etcd_lock b/ctdb/utils/etcd/ctdb_etcd_lock
11c8e3
index 000c6bb7208..7f5194eff0a 100755
11c8e3
--- a/ctdb/utils/etcd/ctdb_etcd_lock
11c8e3
+++ b/ctdb/utils/etcd/ctdb_etcd_lock
11c8e3
@@ -1,4 +1,4 @@
11c8e3
-#!/usr/bin/python
11c8e3
+#!/usr/bin/env python3
11c8e3
 #
11c8e3
 #    This program is free software: you can redistribute it and/or modify
11c8e3
 #    it under the terms of the GNU General Public License as published by
11c8e3
-- 
11c8e3
2.31.1
11c8e3