summaryrefslogtreecommitdiffstats
path: root/func/minion/modules/process.py
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-01-14 16:18:39 -0500
committerLuke Macken <lmacken@redhat.com>2008-01-14 16:18:39 -0500
commiteba6728cafe7abe1620705168a82697f5dea3add (patch)
treef21f68c4477653c166fc469a7e20377fa7ab1677 /func/minion/modules/process.py
parent77180c290a1c63ece0add59b9d0869d59a2cce30 (diff)
downloadthird_party-func-eba6728cafe7abe1620705168a82697f5dea3add.tar.gz
third_party-func-eba6728cafe7abe1620705168a82697f5dea3add.tar.xz
third_party-func-eba6728cafe7abe1620705168a82697f5dea3add.zip
Give props to Pádraig Brady for his ps_mem.py work, and update the AUTHORS file
Diffstat (limited to 'func/minion/modules/process.py')
-rw-r--r--func/minion/modules/process.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/func/minion/modules/process.py b/func/minion/modules/process.py
index 4c75251..92c6d6a 100644
--- a/func/minion/modules/process.py
+++ b/func/minion/modules/process.py
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
##
## Process lister (control TBA)
##
@@ -64,7 +65,7 @@ class ProcessModule(func_module.FuncModule):
["52.3 MiB", "10.8 MiB", "63.0 MiB", "liferea-bin"]
["171.6 MiB", "11.9 MiB", "183.5 MiB", "firefox-bin"]]
- Taken from the ps_mem.py script written by P draigBrady com
+ Taken from the ps_mem.py script written by Pádraig Brady.
http://www.pixelbeat.org/scripts/ps_mem.py
"""
import os