fixed xbmc.python version for Gotham alpha10
authorRah85 <rah@gmx.li>
Sun, 22 Dec 2013 14:19:08 +0000 (15:19 +0100)
committerRah85 <rah@gmx.li>
Sun, 22 Dec 2013 14:19:08 +0000 (15:19 +0100)
set xbmc.python to version 2.1.0 now gotham alpha10
with this fix and my fix on cdartmanager git, you coan install and use cdartmanager on gotham alpha10

addons/script.module.pil/addon.xml

index e49cf89..b34c506 100644 (file)
@@ -4,7 +4,7 @@
        version="1.1.7"
        provider-name="PythonWare">
   <requires>
-    <import addon="xbmc.python" version="2.0.0"/>
+    <import addon="xbmc.python" version="2.1.0"/>
   </requires>
   <extension point="xbmc.python.module"
              library="lib" />