[tuxdroid-svn] r6049 - software_suite_v3/software/plugin/plugin-hotmail/trunk/executables
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2010-02-03 14:03:13
|
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
|