aboutsummaryrefslogtreecommitdiff
path: root/addons/script.module.pil
diff options
context:
space:
mode:
authorRah85 <rah@gmx.li>2013-12-22 15:19:08 +0100
committerRah85 <rah@gmx.li>2013-12-22 15:19:08 +0100
commit13094ef039c1e21121fc3d8234697f452846a54a (patch)
treec51de0ea3943988f2eb6e3aafc101d9d123c2f69 /addons/script.module.pil
parentebc2f996873a330a7378852676a509ef405a2af8 (diff)
fixed xbmc.python version for Gotham alpha10
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
Diffstat (limited to 'addons/script.module.pil')
-rw-r--r--addons/script.module.pil/addon.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/script.module.pil/addon.xml b/addons/script.module.pil/addon.xml
index e49cf896b0..b34c506a88 100644
--- a/addons/script.module.pil/addon.xml
+++ b/addons/script.module.pil/addon.xml
@@ -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" />