summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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