Author: remi
Date: 2009-08-01 13:56:51 +0200 (Sat, 01 Aug 2009)
New Revision: 5262

Modified:
   software_suite_v3/smart-core/smart-server/trunk/util/scheduler/Task.py
Log:
* Removed an unneeded variable

Modified: software_suite_v3/smart-core/smart-server/trunk/util/scheduler/Task.py
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/util/scheduler/Task.py      
2009-08-01 11:53:46 UTC (rev 5261)
+++ software_suite_v3/smart-core/smart-server/trunk/util/scheduler/Task.py      
2009-08-01 11:56:51 UTC (rev 5262)
@@ -184,7 +184,6 @@
         @return: The datetime value of the next execution.
         """
         result = None
-        now = datetime.datetime.now()
         if self.__description.getType() == SCH_LOOP_ABS:
             if self.__lastExecuteTime == None:
                 result = self.__startTime + self.__incrementTime


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to