Browse Source

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>
pull/1361/head
Benjamin Drung 6 years ago committed by Ben Kochie
parent
commit
dfb6002fad
  1. 2
      text_collector_examples/btrfs_stats.py

2
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).

Loading…
Cancel
Save