summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--AUTHORS2
-rw-r--r--func/minion/modules/process.py3
2 files changed, 4 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 91e9e55..a4f989b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,10 +10,12 @@ Additional patches and contributions by ...
James Anthill <james@mail.and.org>
James Bowes <jbowes@redhat.com>
+ Pádraig Brady <P@draigBrady.com>
Eli Criffield <elicriffield@gmail.com>
John Eckersberg <jeckersb@redhat.com>
Scott Henson <shenson@redhat.com>
Vito Laurenza <vitolaurenza@gmail.com>
+ Luke Macken <lmacken@redhat.com>
Steve Milner <smilner@redhat.com>
Stephen Nelson-Smith <atalanta.systems@googlemail.com>
Robin Norwood <rnorwood@redhat.com>
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