Author: remi
Date: 2009-03-24 10:45:07 +0100 (Tue, 24 Mar 2009)
New Revision: 4201

Modified:
   
software_suite_v2/software/development_tools/tuxdroid-gadget-python-kit/trunk/executables/SimpleGadget/SimpleGadget.py
Log:
* forgot to import the "time" module

Modified: 
software_suite_v2/software/development_tools/tuxdroid-gadget-python-kit/trunk/executables/SimpleGadget/SimpleGadget.py
===================================================================
--- 
software_suite_v2/software/development_tools/tuxdroid-gadget-python-kit/trunk/executables/SimpleGadget/SimpleGadget.py
      2009-03-24 08:39:55 UTC (rev 4200)
+++ 
software_suite_v2/software/development_tools/tuxdroid-gadget-python-kit/trunk/executables/SimpleGadget/SimpleGadget.py
      2009-03-24 09:45:07 UTC (rev 4201)
@@ -21,6 +21,7 @@
 import random
 import platform
 import threading
+import time
 
 ENVIRONEMENT_PREFIX = "tgp_"
 


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to