The branch, eden-pre has been updated
       via  f5a8164a4268e9d01b4469a657666fc702ad9fd0 (commit)
      from  bc3eeba0f8a16320a92b29683b6294d16b47961b (commit)

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

commit f5a8164a4268e9d01b4469a657666fc702ad9fd0
Author: beenje <[email protected]>
Date:   Sun May 29 14:43:45 2011 +0200

    [plugin.video.eyetv.parser] updated to version 2.0.2

diff --git a/plugin.video.eyetv.parser/addon.xml 
b/plugin.video.eyetv.parser/addon.xml
index 145bcc4..9601dae 100644
--- a/plugin.video.eyetv.parser/addon.xml
+++ b/plugin.video.eyetv.parser/addon.xml
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.video.eyetv.parser"
        name="EyeTV parser"
-       version="2.0.1"
+       version="2.0.2"
        provider-name="beenje">
   <requires>
     <import addon="xbmc.python" version="2.0"/>
-    <import addon="script.module.elementtree" version="1.2.7"/>
   </requires>
   <extension point="xbmc.python.pluginsource"
              library="default.py">
diff --git a/plugin.video.eyetv.parser/changelog.txt 
b/plugin.video.eyetv.parser/changelog.txt
index 69e3fb8..0e56ed5 100644
--- a/plugin.video.eyetv.parser/changelog.txt
+++ b/plugin.video.eyetv.parser/changelog.txt
@@ -1,3 +1,7 @@
+[B]Version 2.0.2[/B]
+
+- Fixed broken dependency in eden (use xml.etree.ElementTree available in 
python 2.5)
+
 [B]Version 2.0.1[/B]
 
 - Update to xbmc.python 2.0 for eden repository
diff --git a/plugin.video.eyetv.parser/default.py 
b/plugin.video.eyetv.parser/default.py
index 8dc2f5f..e4bc25b 100644
--- a/plugin.video.eyetv.parser/default.py
+++ b/plugin.video.eyetv.parser/default.py
@@ -11,7 +11,7 @@ import os
 import base64
 import datetime
 import re
-from elementtree import ElementTree as ET
+import xml.etree.ElementTree as ET
 import xbmcplugin
 import xbmcgui
 import xbmcaddon

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

Summary of changes:
 plugin.video.eyetv.parser/addon.xml     |    3 +--
 plugin.video.eyetv.parser/changelog.txt |    4 ++++
 plugin.video.eyetv.parser/default.py    |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to