Author: duncan
Date: Thu Dec 21 23:21:18 2006
New Revision: 8767

Modified:
   branches/rel-1/freevo/src/plugins/weather.py

Log:
Added # -*- coding: iso-8859-1 -*- line
Which was stopping python setup.py i18n working


Modified: branches/rel-1/freevo/src/plugins/weather.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/weather.py        (original)
+++ branches/rel-1/freevo/src/plugins/weather.py        Thu Dec 21 23:21:18 2006
@@ -1,4 +1,4 @@
-#if 0 /*
+# -*- coding: iso-8859-1 -*-
 # -----------------------------------------------------------------------
 # weather.py - a plugin to obtain detailed weather forecast information
 # -----------------------------------------------------------------------
@@ -19,26 +19,6 @@
 #    PLUGIN_WEATHER_LOCATIONS = [ ("USNC0559", 0, "Home sweet home") ]
 #
 # -----------------------------------------------------------------------
-#
-# $Log: weather.py,v $
-# Revision .5  2003/12/30 13:47:28  jlaska
-# initial version - adapted from headlines.py
-
-# Revision .6  2004/01/20 13:47:28  jlaska
-#  - modified screen drawing to support different resolutions and OSD_OVERSCAN 
values
-#  - added support to retry radar map and data downloads on http 
timeouts/errors
-#  - rolled the date calculations back to python2.2 time module (no longer 
datetime)
-#
-# Revision .7  2004/01/20 13:47:28  jlaska
-#  - bug in my date math for calculating the day name (oops)
-#
-# Revision .8  2004/02/28 09:19:43  jlaska
-#  - double check visibility string is not empty when passing to float()
-#  - increased console error verbosity when attempting to parse weather data 
-#  - added MENU_SELECT handler for weather detail screen to update forecast 
data on demand
-#  - added ability to specify custom name in PLUGIN_WEATHER_LOCATIONS
-#
-# -----------------------------------------------------------------------
 # Freevo - A Home Theater PC framework
 # Copyright (C) 2003 Krister Lagerstrom, et al. 
 # Please see the file freevo/Docs/CREDITS for a complete list of authors.
@@ -58,7 +38,6 @@
 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 # -----------------------------------------------------------------------
-#endif
 
 #python modules
 import os, stat, re, copy

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to