server/utils.py
branchstable
changeset 8887 7920f439f383
parent 8696 0bb18407c053
child 8911 2dd134a86996
--- a/server/utils.py	Thu Apr 11 10:32:00 2013 +0200
+++ b/server/utils.py	Fri Apr 12 11:39:10 2013 +0200
@@ -219,9 +219,6 @@
 
     def add_looping_task(self, interval, func, *args):
         """register a function to be called every `interval` seconds.
-
-        looping tasks can only be registered during repository initialization,
-        once done this method will fail.
         """
         task = LoopTask(self, interval, func, args)
         if self.running: