The branch, eden-pre has been updated
via a6ca148ab98bc798d77c802f465abd858b92490f (commit)
from 9f79cbf7fd345ab572c1e11c404a30c699341393 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=a6ca148ab98bc798d77c802f465abd858b92490f
commit a6ca148ab98bc798d77c802f465abd858b92490f
Author: amet <[email protected]>
Date: Fri Apr 22 21:49:30 2011 +0400
[script.xbmc.subtitles] -v2.9.1
- fixed: use xml.etree.ElementTree in Bierdopje
diff --git a/script.xbmc.subtitles/addon.xml b/script.xbmc.subtitles/addon.xml
index 03e8c35..d914de0 100644
--- a/script.xbmc.subtitles/addon.xml
+++ b/script.xbmc.subtitles/addon.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.xbmc.subtitles"
name="XBMC Subtitles"
- version="2.9.0"
+ version="2.9.1"
provider-name="Amet, mr_blobby">
<requires>
- <import addon="xbmc.python" version="2.0"/>
+ <import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
</requires>
<extension point="xbmc.python.subtitles"
diff --git a/script.xbmc.subtitles/changelog.txt
b/script.xbmc.subtitles/changelog.txt
index 87a0161..b8c6055 100644
--- a/script.xbmc.subtitles/changelog.txt
+++ b/script.xbmc.subtitles/changelog.txt
@@ -1,3 +1,6 @@
+2.9.1
+- fixed: use xml.etree.ElementTree in Bierdopje
+
2.9.0
- fixed: BetaSeries language conversion
- fixed: unicode tvshow string, thx to Saviq
diff --git a/script.xbmc.subtitles/resources/lib/services/Bierdopje/service.py
b/script.xbmc.subtitles/resources/lib/services/Bierdopje/service.py
index 15792f9..c80ea6e 100644
--- a/script.xbmc.subtitles/resources/lib/services/Bierdopje/service.py
+++ b/script.xbmc.subtitles/resources/lib/services/Bierdopje/service.py
@@ -1,6 +1,6 @@
# -*- coding: UTF-8 -*-
-import os, sys, re, xbmc, xbmcgui, string, urllib, ElementTree as XMLTree
+import os, sys, re, xbmc, xbmcgui, string, urllib, xml.etree.ElementTree as
XMLTree
from utilities import log
_ = sys.modules[ "__main__" ].__language__
-----------------------------------------------------------------------
Summary of changes:
script.xbmc.subtitles/addon.xml | 4 +-
script.xbmc.subtitles/changelog.txt | 3 +
.../lib/services/Bierdopje/ElementPath.py | 196 ---
.../lib/services/Bierdopje/ElementTree.py | 1254 --------------------
.../resources/lib/services/Bierdopje/service.py | 2 +-
5 files changed, 6 insertions(+), 1453 deletions(-)
delete mode 100644
script.xbmc.subtitles/resources/lib/services/Bierdopje/ElementPath.py
delete mode 100644
script.xbmc.subtitles/resources/lib/services/Bierdopje/ElementTree.py
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been
demonstrated beyond question. Learn why your peers are replacing JEE
containers with lightweight application servers - and what you can gain
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons