File: py3

package info (click to toggle)
python-schedutils 0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: ansic: 344; python: 235; makefile: 23; sh: 5
file content (24 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: bin scripts now run python3
 instead of running python2, these scripts now call python3
Author: Stewart Ferguson <stew@ferg.aero>
Origin: vendor
Forwarded: no
Last-Update: 2019-07-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pchrt
+++ b/pchrt
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python3
 # -*- python -*-
 # -*- coding: utf-8 -*-
 #   Copyright (C) 2008 Red Hat Inc.
--- a/ptaskset
+++ b/ptaskset
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python3
 # -*- python -*-
 # -*- coding: utf-8 -*-
 #   Copyright (C) 2008 Red Hat Inc.