[Checkins] SVN: Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/service.py renames

Godefroid Chapelle gotcha at bubblenet.be
Mon Mar 8 05:36:29 EST 2010


Log message for revision 109809:
  renames

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

-=-
Modified: Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/service.py
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/service.py	2010-03-08 10:35:55 UTC (rev 109808)
+++ Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/service.py	2010-03-08 10:36:29 UTC (rev 109809)
@@ -16,7 +16,7 @@
 """
 __docformat__ = 'restructuredtext'
 
-from lovely.remotetask import interfaces, job, task, processor
+from z3c.taskqueue import interfaces, job, task, processor
 from zope import component
 from zope.app.container import contained
 from zope.component.interfaces import ComponentLookupError
@@ -33,7 +33,7 @@
 import zope.location
 
 
-log = logging.getLogger('lovely.remotetask')
+log = logging.getLogger('z3c.taskqueue')
 
 storage = threading.local()
 



More information about the checkins mailing list