From dfb6002fad073a66f0439e0d620f4e4a8e963ec2 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Wed, 29 May 2019 13:57:23 +0200 Subject: btrfs_stats: Upgrade to Python 3 (#1359) Python 2.7 will not be maintained past 2020. Therefore upgrade `text_collector_examples/btrfs_stats.py` to Python 3. Signed-off-by: Benjamin Drung --- text_collector_examples/btrfs_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text_collector_examples') diff --git a/text_collector_examples/btrfs_stats.py b/text_collector_examples/btrfs_stats.py index b26bfd2..68e89a8 100755 --- a/text_collector_examples/btrfs_stats.py +++ b/text_collector_examples/btrfs_stats.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Collect per-device btrfs filesystem errors. # Designed to work on Debian and Centos 6 (with python2.6). -- cgit v1.2.3