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