Convert code to Python 3-compatible

This commit is contained in:
Roman Miroshnychenko
2018-01-09 15:55:21 +02:00
parent 3833a3e2ac
commit 1fad214fc0
2 changed files with 17 additions and 4 deletions
+1
View File
@@ -5,6 +5,7 @@ name="Example Kodi Video Plugin"
provider-name="Roman_V_M">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.future" />
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>