The branch, eden-pre has been updated
       via  93c9b4fbc8a0506bb5dade2937aa4a2f1e46a677 (commit)
      from  4d077eb5ca4749032a46c9fc15c1f9f8bc52c330 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=93c9b4fbc8a0506bb5dade2937aa4a2f1e46a677

commit 93c9b4fbc8a0506bb5dade2937aa4a2f1e46a677
Author: ronie <[email protected]>
Date:   Mon Nov 21 22:59:14 2011 +0100

    [script.tv.show.next.aired] -v4.1.7
    
    don't set the locale for all categories to OS-speficic setting

diff --git a/script.tv.show.next.aired/addon.xml 
b/script.tv.show.next.aired/addon.xml
index 14c2e20..6b8807d 100644
--- a/script.tv.show.next.aired/addon.xml
+++ b/script.tv.show.next.aired/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="script.tv.show.next.aired"
        name="TV Show - Next Aired"
-       version="4.1.6"
+       version="4.1.7"
        provider-name="Ppic, Frost, ronie, `Black">
   <requires>
     <import addon="xbmc.python" version="2.0"/>
diff --git a/script.tv.show.next.aired/changelog.txt 
b/script.tv.show.next.aired/changelog.txt
index 7928b0e..81f482f 100644
--- a/script.tv.show.next.aired/changelog.txt
+++ b/script.tv.show.next.aired/changelog.txt
@@ -1,3 +1,6 @@
+v4.1.7
+- don't set the locale for all categories to OS-speficic setting
+
 v4.1.6
 - fix unicode issue
 - removed unnecessary closing of the dialog after click on a tv show 
diff --git a/script.tv.show.next.aired/default.py 
b/script.tv.show.next.aired/default.py
index 4f1302e..5b921fd 100644
--- a/script.tv.show.next.aired/default.py
+++ b/script.tv.show.next.aired/default.py
@@ -1,5 +1,5 @@
 from time import strptime, time, mktime
-import os, sys, re, socket, urllib, locale, unicodedata, simplejson
+import os, sys, re, socket, urllib, unicodedata, simplejson
 from traceback import print_exc
 from datetime import datetime, date, timedelta, tzinfo
 from dateutil import tz
@@ -21,9 +21,6 @@ DATA_PATH = os.path.join( xbmc.translatePath( 
"special://profile/addon_data/" ),
 RESOURCES_PATH = xbmc.translatePath( os.path.join( __cwd__, 'resources' ) )
 sys.path.append( os.path.join( RESOURCES_PATH, "lib" ) )
 
-# Does not work properly on OS X
-locale.setlocale(locale.LC_ALL, "")
-
 if not xbmcvfs.exists(DATA_PATH):
     xbmcvfs.mkdir(DATA_PATH)
 

-----------------------------------------------------------------------

Summary of changes:
 script.tv.show.next.aired/addon.xml     |    2 +-
 script.tv.show.next.aired/changelog.txt |    3 +++
 script.tv.show.next.aired/default.py    |    5 +----
 3 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to