aboutsummaryrefslogtreecommitdiffstats
path: root/main/htop/fix-python-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/htop/fix-python-path.patch')
-rw-r--r--main/htop/fix-python-path.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/main/htop/fix-python-path.patch b/main/htop/fix-python-path.patch
deleted file mode 100644
index 2bf34705160..00000000000
--- a/main/htop/fix-python-path.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/scripts/MakeHeader.py
-+++ b/scripts/MakeHeader.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/python3
- import os, sys, string, io
- try:
- from StringIO import StringIO