Skip to content

Commit

Permalink
Removed six and requests from includes and moved to requirements in kodi
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Jan 23, 2015
1 parent 65e6e9e commit c5a3e45
Show file tree
Hide file tree
Showing 83 changed files with 2 additions and 22,280 deletions.
2 changes: 2 additions & 0 deletions addon.xml
Expand Up @@ -3,6 +3,8 @@
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.simplejson" version="2.0.10"/>
<import addon="script.module.requests" version="2.4.3"/>
<import addon="script.module.six" version="1.7.3"/>
</requires>
<extension point="xbmc.python.script" library="script.py">
<provides>executable</provides>
Expand Down
77 changes: 0 additions & 77 deletions requests/__init__.py

This file was deleted.

0 comments on commit c5a3e45

Please sign in to comment.