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