[Checkins] SVN: Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/task.py pep8

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


Log message for revision 109816:
  pep8

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

-=-
Modified: Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/task.py
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/task.py	2010-03-08 10:49:29 UTC (rev 109815)
+++ Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/task.py	2010-03-08 10:49:54 UTC (rev 109816)
@@ -43,7 +43,7 @@
         return self.func(input)
 
     def __repr__(self):
-        return '<%s %r>' %(self.__class__.__name__, self.func)
+        return '<%s %r>' % (self.__class__.__name__, self.func)
 
 
 class EchoTask(object):
@@ -53,4 +53,4 @@
         return input
 
     def __repr__(self):
-        return '<%s>' %(self.__class__.__name__)
+        return '<%s>' % (self.__class__.__name__)



More information about the checkins mailing list