Author: tack
Date: Sun Mar 11 21:50:53 2007
New Revision: 2548

Modified:
   trunk/epg/src/server.py

Log:
Remove unneeded comment


Modified: trunk/epg/src/server.py
==============================================================================
--- trunk/epg/src/server.py     (original)
+++ trunk/epg/src/server.py     Sun Mar 11 21:50:53 2007
@@ -303,7 +303,7 @@
         while self._jobs:
             if time.time() - t0 > 0.05:
                 # time to return to the main loop
-                return True 
#kaa.notifier.OneShotTimer(self._handle_jobs).start(0.001)
+                return True
             args = self._jobs.pop()
             self.add_program(*args[:-1], **args[-1])
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to