Author: jerome
Date: 2010-02-03 13:53:36 +0100 (Wed, 03 Feb 2010)
New Revision: 6049

Modified:
   
software_suite_v3/software/plugin/plugin-hotmail/trunk/executables/plugin-hotmail.py
Log:
* Removed a debug var.

Modified: 
software_suite_v3/software/plugin/plugin-hotmail/trunk/executables/plugin-hotmail.py
===================================================================
--- 
software_suite_v3/software/plugin/plugin-hotmail/trunk/executables/plugin-hotmail.py
        2010-02-03 12:51:20 UTC (rev 6048)
+++ 
software_suite_v3/software/plugin/plugin-hotmail/trunk/executables/plugin-hotmail.py
        2010-02-03 12:53:36 UTC (rev 6049)
@@ -305,7 +305,7 @@
         url = 'http://www.google.com'
         try:
             response = urllib.urlopen(url)
-            the_page = response.read()
+            response.read()
             return True
         except:
             return False


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to