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