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

Godefroid Chapelle gotcha at bubblenet.be
Mon Mar 8 05:49:02 EST 2010


Log message for revision 109814:
  rename in import

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

-=-
Modified: Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/job.py
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/job.py	2010-03-08 10:42:37 UTC (rev 109813)
+++ Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/job.py	2010-03-08 10:49:02 UTC (rev 109814)
@@ -25,7 +25,7 @@
 
 from zope.schema.fieldproperty import FieldProperty
 
-from lovely.remotetask import interfaces
+from z3c.taskqueue import interfaces
 
 
 class Job(persistent.Persistent):



More information about the checkins mailing list