summaryrefslogtreecommitdiffstats
path: root/test/async_test.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-01-23 12:38:13 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-01-23 12:38:13 -0500
commit504041eb26aba41092aa528e1a724fa5554063d7 (patch)
treef27263d205c0304e898028c5993cc04a62f1c939 /test/async_test.py
parent6e901789f539a25b50512c0504a4338fa638a743 (diff)
downloadfunc-504041eb26aba41092aa528e1a724fa5554063d7.tar.gz
func-504041eb26aba41092aa528e1a724fa5554063d7.tar.xz
func-504041eb26aba41092aa528e1a724fa5554063d7.zip
Moving the async and multiprocess stuff to top level so we can use them
on the minion for minion side async funness.
Diffstat (limited to 'test/async_test.py')
-rw-r--r--test/async_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/async_test.py b/test/async_test.py
index 4c1acf5..43904c4 100644
--- a/test/async_test.py
+++ b/test/async_test.py
@@ -1,5 +1,5 @@
from func.overlord.client import Client
-import func.overlord.jobthing as jobthing
+import func.jobthing as jobthing
import time
import sys