The branch, dharma-pre has been updated
       via  d7ff2ad61ad0d291b739f6efedba7290a468ff9a (commit)
      from  539387b8305b9bded739708e72990a457213b38c (commit)

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

commit d7ff2ad61ad0d291b739f6efedba7290a468ff9a
Author: Zeljko Ametovic <[email protected]>
Date:   Wed Nov 3 10:56:43 2010 +0400

    [script.tvrage.com] -v1.0.2
    - Added encoding declaration to .py files for python > 2.4

diff --git a/script.tvrage.com/addon.xml b/script.tvrage.com/addon.xml
index d086445..5be8a6e 100644
--- a/script.tvrage.com/addon.xml
+++ b/script.tvrage.com/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="script.tvrage.com"
        name="TVRage-Eps"
-       version="1.0.1"
+       version="1.0.2"
        provider-name="Rick Phillips (ruuk)">
   <requires>
     <import addon="xbmc.python" version="1.0"/>
diff --git a/script.tvrage.com/changelog.txt b/script.tvrage.com/changelog.txt
index 7d63690..9cc5f55 100644
--- a/script.tvrage.com/changelog.txt
+++ b/script.tvrage.com/changelog.txt
@@ -1,6 +1,10 @@
 TVRage-Eps Changelog
 
-Current Version : 1.0.1
+Current Version : 1.0.2
+
+*** 1.0.2 ***
+
+Added encoding declaration to .py files for python > 2.4
 
 *** 1.0.1 ***
 
diff --git a/script.tvrage.com/default.py b/script.tvrage.com/default.py
index 841e87a..1af5c48 100644
--- a/script.tvrage.com/default.py
+++ b/script.tvrage.com/default.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-

 import urllib

 import xbmc, xbmcgui, xbmcaddon

 import sys, os, time, re

@@ -7,8 +8,8 @@ import difflib
 

 __author__ = 'ruuk'

 __url__ = 'http://code.google.com/p/tvragexbmc/'

-__date__ = '10-19-2010'

-__version__ = '1.0.1'

+__date__ = '11-02-2010'

+__version__ = '1.0.2'

 __settings__ = xbmcaddon.Addon(id='script.tvrage.com')

 __language__ = __settings__.getLocalizedString

 

diff --git a/script.tvrage.com/jsonrpc.py b/script.tvrage.com/jsonrpc.py
index 0e7bd38..ef3c78f 100644
--- a/script.tvrage.com/jsonrpc.py
+++ b/script.tvrage.com/jsonrpc.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 import urllib, simplejson
 try:
        import xbmc

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

Summary of changes:
 script.tvrage.com/addon.xml     |    2 +-
 script.tvrage.com/changelog.txt |    6 +++++-
 script.tvrage.com/default.py    |    5 +++--
 script.tvrage.com/jsonrpc.py    |    1 +
 4 files changed, 10 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to