From 504041eb26aba41092aa528e1a724fa5554063d7 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 23 Jan 2008 12:38:13 -0500 Subject: Moving the async and multiprocess stuff to top level so we can use them on the minion for minion side async funness. --- test/async_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/async_test.py') 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 -- cgit