From 44e12e0ca10e4b643286560f3630bb993948e2fc Mon Sep 17 00:00:00 2001 From: Papoteur Date: Tue, 8 Dec 2015 08:21:48 +0100 Subject: Adapt environment to python3 --- lib/isodumper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/isodumper.py b/lib/isodumper.py index aa0168a..20dc0f6 100644 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -# Requires python-parted +# Requires python3-parted # ensure we're using the latest build, if called from our build environment import sys -- cgit v1.2.1