File: 02-mangoplot_use_python3.patch

package info (click to toggle)
mangohud 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 31,488 kB
  • sloc: cpp: 170,231; xml: 14,297; ansic: 11,983; python: 3,120; sh: 616; makefile: 13
file content (14 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Replaced python with python3 call in bin/mangoplot.py
Author: Safir Secerovic <sapphire@linux.org.ba>
Origin: <other>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/bin/mangoplot.py
+++ b/bin/mangoplot.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 r"""
     Script to plot all the MangoHud benchmarks contained in a given folder.