Author: ks156
Date: 2009-03-18 16:19:08 +0100 (Wed, 18 Mar 2009)
New Revision: 4139

Modified:
   
software_suite_v2/tuxware/installers/unix/branches/refactoring/software_updater/tux_software_updater.py
Log:
* Added a pause at the end of the process to be able to see the output


Modified: 
software_suite_v2/tuxware/installers/unix/branches/refactoring/software_updater/tux_software_updater.py
===================================================================
--- 
software_suite_v2/tuxware/installers/unix/branches/refactoring/software_updater/tux_software_updater.py
     2009-03-18 15:17:02 UTC (rev 4138)
+++ 
software_suite_v2/tuxware/installers/unix/branches/refactoring/software_updater/tux_software_updater.py
     2009-03-18 15:19:08 UTC (rev 4139)
@@ -97,6 +97,7 @@
     proceed = False
     if len(toInstall) == 0:
         print "No new update available"
+        print ""
         proceed = False
     else:
         # Compute the total download size
@@ -308,6 +309,8 @@
         __updateSystem(data, toInstall, toRemove, processToKillList,
                 processToRelaunchList)
 
+    print "Press any key to exit"
+    raw_input() 
             
 if __name__ == "__main__":
     main()


------------------------------------------------------------------------------
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