From fac34430c569e763264424e01a66fbda79d89e5c Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 13 Jan 2008 15:48:23 -0500 Subject: This is why I normally don't program on weekends, kids. --- func/minion/modules/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func/minion/modules/test.py b/func/minion/modules/test.py index 8527217..81c8ee6 100644 --- a/func/minion/modules/test.py +++ b/func/minion/modules/test.py @@ -18,7 +18,7 @@ class Test(func_module.FuncModule): def ping(self): return 1 - def sleep(t): + def sleep(self,t): """ Sleeps for t seconds, and returns time of day. Simply a test function for trying out async and threaded voodoo. -- cgit