From 203ce99b86a979454302b2f24140b1d1db34654e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 28 Feb 2019 15:49:19 +0100 Subject: [PATCH 1/1] Force usage with python2 grml2usb isn't py3k-ready yet, so until we're there ensure we don't run under python3, even by accident. Closes: #921327 --- grml2usb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grml2usb b/grml2usb index 1c2ed5b..ca172ff 100755 --- a/grml2usb +++ b/grml2usb @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # pylint: disable-msg=C0302 """ -- 2.1.4