Author: duncan Date: Tue Sep 25 15:40:00 2007 New Revision: 9906 Log: Needed to import sys
Modified: branches/rel-1/freevo/src/plugins/weatherdata.py Modified: branches/rel-1/freevo/src/plugins/weatherdata.py ============================================================================== --- branches/rel-1/freevo/src/plugins/weatherdata.py (original) +++ branches/rel-1/freevo/src/plugins/weatherdata.py Tue Sep 25 15:40:00 2007 @@ -4,6 +4,7 @@ # wget 'http://ff.1click.weather.com/weather/local/SZXX0033?dayf=5&unit=m' # wget 'http://ff.1click.weather.com/weather/local/SZXX0033?cc=*&unit=m' +import sys if sys.hexversion >= 0x2050000: import xml.etree.cElementTree as ET else: ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
