Make the code Python 3 only

This commit is contained in:
Roman Miroshnychenko
2020-04-03 12:55:27 +03:00
parent b6b2c5e1eb
commit 04da3801c2
3 changed files with 6 additions and 19 deletions
+1 -2
View File
@@ -4,8 +4,7 @@ version="2.4.0"
name="Example Kodi Video Plugin"
provider-name="Roman_V_M">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.future" />
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>