1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Date: Thu, 30 Nov 2023 00:19:53 +0100
Subject: Use proper python shebang
Origin patch from Per Andersson <avtobiff@gmail.com>
Author: Alexandre Ghiti <alexandre.ghiti@canonical.com>
Origin: other
Last-Update: 2022-01-06
---
lib/pygments/mentos.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/pygments/mentos.py b/lib/pygments/mentos.py
index ca4f57b..5e7b8cb 100755
--- a/lib/pygments/mentos.py
+++ b/lib/pygments/mentos.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
# -*- coding: utf-8 -*-
import struct
|