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 <benjamin.drung@cloud.ionos.com>
This commit is contained in:
parent
bd3fc09b30
commit
dfb6002fad
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Collect per-device btrfs filesystem errors.
|
# Collect per-device btrfs filesystem errors.
|
||||||
# Designed to work on Debian and Centos 6 (with python2.6).
|
# Designed to work on Debian and Centos 6 (with python2.6).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue