summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-01-13 15:48:23 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-01-13 15:48:23 -0500
commitfac34430c569e763264424e01a66fbda79d89e5c (patch)
treebc47a095c527e28c1ff343194671c0da289ba453
parent092313c043c7415a0991d8f4c2a71cb97b3f86d2 (diff)
downloadthird_party-func-fac34430c569e763264424e01a66fbda79d89e5c.tar.gz
third_party-func-fac34430c569e763264424e01a66fbda79d89e5c.tar.xz
third_party-func-fac34430c569e763264424e01a66fbda79d89e5c.zip
This is why I normally don't program on weekends, kids.
-rw-r--r--func/minion/modules/test.py2
1 files changed, 1 insertions, 1 deletions
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.