File iotop-0.6-python3-header.patch of Package iotop.38533
diff -urEbwB iotop-0.6/iotop.py iotop-0.6.new/iotop.py --- iotop-0.6/iotop.py 2013-05-27 00:44:18.000000000 +0200 +++ iotop-0.6.new/iotop.py 2018-02-21 12:25:08.136286156 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # iotop: Display I/O usage of processes in a top like UI # Copyright (c) 2007, 2008 Guillaume Chazarain <guichaz@gmail.com> # GPL version 2 or later diff -urEbwB iotop-0.6/sbin/iotop iotop-0.6.new/sbin/iotop --- iotop-0.6/sbin/iotop 2013-05-27 00:44:18.000000000 +0200 +++ iotop-0.6.new/sbin/iotop 2018-02-21 12:25:13.924345875 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # iotop: Display I/O usage of processes in a top like UI # Copyright (c) 2007, 2008 Guillaume Chazarain <guichaz@gmail.com>, GPLv2 # See iotop --help for some help