summarylogtreecommitdiffstats
path: root/python27.patch
blob: 22464649ab1572fa7b3b25d0c0823b444f8688d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- 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 python
+#!/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---------------#