Skip to content

Commit

Permalink
Futures stub for Python 3 (correction in version)
Browse files Browse the repository at this point in the history
  • Loading branch information
SistemaRayoXP committed Sep 7, 2024
1 parent cbd8e5d commit a10f060
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions script.module.futures/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.futures"
name="futures"
version="0.0.1"
provider-name="Alfa Addon">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.python.module"
library="lib"/>
<extension point="xbmc.addon.metadata">
<summary>A futures stub. It doesn't provide anything</summary>
<description>Empty library. For Python 2 compatiblity.</description>
<platform>all</platform>
<license>BSD</license>
<source>https://code.google.com/p/pythonfutures/source/browse</source>
<website>https://code.google.com/p/pythonfutures</website>
</extension>
</addon>
Binary file not shown.

0 comments on commit a10f060

Please sign in to comment.