On Mon, Oct 17, 2011 at 11:57 PM, Petr Kovar <[email protected]> wrote:
> Icon has been added.
> *version - 0.2
> *url - https://[email protected]/pejuko/xbmc-plugin-video-photocasts.git

sorry for not spotting this first time around.

you're depending on xbmcswift, but do not use it.
you're importing ElementTree without depending on it.

finally, always state a revision on pulls please.

suggested fixes attached.

cheers

spiff
diff --git a/addon.xml b/addon.xml
index 764b52d..3008907 100644
--- a/addon.xml
+++ b/addon.xml
@@ -2,7 +2,7 @@
 <addon id="plugin.video.photocasts" name="Photography podcasts" version="0.2" provider-name="Petr Kovář &lt;[email protected]&gt;">
   <requires>
     <import addon="xbmc.python" version="1.0"/>
-    <import addon="script.module.xbmcswift" version="0.1.3"/>
+    <import addon="script.module.elementtree" version="1.2.7"/>
   </requires>
   <extension point="xbmc.python.pluginsource" library="Default.py">
     <provides>video</provides>
------------------------------------------------------------------------------
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. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to