summarylogtreecommitdiffstats
path: root/python27.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python27.patch')
-rw-r--r--python27.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/python27.patch b/python27.patch
deleted file mode 100644
index 2cb923602616..000000000000
--- a/python27.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- bin/archey 2012-10-13 01:04:18.000000000 +0300
-+++ bin/archey 2012-10-13 01:10:07.008684591 +0300
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python3
-+#!/usr/bin/env python2
- #
- # Archey [version 0.3.0]
- #
-@@ -91,8 +91,8 @@
- \x1b[0m'''
- }
-
--processes = str(subprocess.check_output(('ps', '-u', getuser(), '-o', 'comm',
-- '--no-headers')), encoding='utf8').rstrip('\n').split('\n')
-+processes = str(subprocess.check_output(('ps', '-u', getuser(), '-o', 'comm',
-+ '--no-headers'))).rstrip('\n').split('\n')
-
- #---------------Classes---------------#
-