File: 2004_python_to_python3.patch

package info (click to toggle)
mir 2.25.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 22,080 kB
  • sloc: cpp: 192,777; xml: 13,784; ansic: 8,207; python: 1,304; sh: 794; makefile: 258
file content (15 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: python -> python3 header
Author: Simon Quigley <tsimonq2@debian.org>
Origin: vendor
Forwarded: no
Last-Update: 2025-02-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/examples/miral-shell/spinner/png2header.py
+++ b/examples/miral-shell/spinner/png2header.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # coding: utf-8
 
 # Copyright © Canonical Ltd.