[Checkins] SVN: Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/testing.py rename in import

Godefroid Chapelle gotcha at bubblenet.be
Mon Mar 8 05:50:37 EST 2010


Log message for revision 109817:
  rename in import

Changed:
  U   Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/testing.py

-=-
Modified: Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/testing.py
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/testing.py	2010-03-08 10:49:54 UTC (rev 109816)
+++ Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/testing.py	2010-03-08 10:50:36 UTC (rev 109817)
@@ -24,7 +24,7 @@
 import zope.interface
 from BTrees.IOBTree import IOBTree
 from zope.app.container import contained
-from lovely.remotetask import interfaces, job, task
+from z3c.taskqueue import interfaces, job, task
 
 
 class ExceptionTask(object):
@@ -86,7 +86,7 @@
     """A task service stub.
 
     The available tasks for this service are managed as stub utilities.
-    This task service stub could be helpful if you need to use a different 
+    This task service stub could be helpful if you need to use a different
     testing setup. If so, register your own testing ITaskStub in ftesting.zcml.
     """
     zope.interface.implements(interfaces.ITaskService)
@@ -120,7 +120,7 @@
             self._queue.put(newjob)
             newjob.status = interfaces.QUEUED
         return jobid
-    
+
     def startJob(self, jobid):
         job = self.jobs[jobid]
         if job.status == interfaces.STARTLATER:



More information about the checkins mailing list