The branch, frodo has been updated
via b1126035bca21b872ffb786cde4116fa35458f07 (commit)
from 6f105e062c9b8a8a181d2f2e43504b0ac1383950 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=b1126035bca21b872ffb786cde4116fa35458f07
commit b1126035bca21b872ffb786cde4116fa35458f07
Author: Martijn Kaijser <[email protected]>
Date: Sun Sep 8 20:44:47 2013 +0200
[script.keymap] 0.9.1
diff --git a/script.keymap/addon.xml b/script.keymap/addon.xml
index daeea74..4588713 100644
--- a/script.keymap/addon.xml
+++ b/script.keymap/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.keymap"
name="Keymap Editor"
- version="0.9.0"
+ version="0.9.1"
provider-name="takoi">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
diff --git a/script.keymap/changelog.txt b/script.keymap/changelog.txt
index e69de29..6083e8f 100644
--- a/script.keymap/changelog.txt
+++ b/script.keymap/changelog.txt
@@ -0,0 +1,3 @@
+[B]v0.9.1[/B]
+- fixed: script not working on os x due to missing python libraries
+
diff --git a/script.keymap/common.py b/script.keymap/common.py
index d83c471..fd5d1f1 100644
--- a/script.keymap/common.py
+++ b/script.keymap/common.py
@@ -331,7 +331,7 @@ _windows = [
"slideshow" , "Slideshow"
]
-from collections import OrderedDict
+from collections_backport import OrderedDict
def _get_actions():
ret = OrderedDict()
diff --git a/script.keymap/default.py b/script.keymap/default.py
index 7f312ad..2926bfa 100644
--- a/script.keymap/default.py
+++ b/script.keymap/default.py
@@ -16,7 +16,6 @@ import os
import sys
import xbmc
import io
-from collections import OrderedDict
from xbmcgui import Dialog
from common import ACTIONS, WINDOWS, tr
from editor import Editor
diff --git a/script.keymap/editor.py b/script.keymap/editor.py
index 5f4cc59..50d35f0 100644
--- a/script.keymap/editor.py
+++ b/script.keymap/editor.py
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
'''
-from collections import OrderedDict
+from collections_backport import OrderedDict
from xbmcgui import Dialog, WindowXMLDialog
from common import ACTIONS, WINDOWS, tr
-----------------------------------------------------------------------
Summary of changes:
script.keymap/addon.xml | 2 +-
script.keymap/changelog.txt | 3 +++
.../collections_backport.py | 2 --
script.keymap/common.py | 2 +-
script.keymap/default.py | 1 -
script.keymap/editor.py | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
copy
script.module.requests/lib/requests/packages/urllib3/packages/ordered_dict.py
=> script.keymap/collections_backport.py (98%)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons