From: Michael Prokop Date: Thu, 28 Feb 2019 14:49:19 +0000 (+0100) Subject: Force usage with python2 X-Git-Tag: v0.16.4~4 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=203ce99b86a979454302b2f24140b1d1db34654e;hp=9003959a6b6a9114bd707354d15e277f0871c2d8;ds=sidebyside 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 --- 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 """