From f2d4f94e678b90270c84554e7074d7641924f842 Mon Sep 17 00:00:00 2001 From: im85288 Date: Sat, 14 Jan 2017 10:05:59 +0000 Subject: [PATCH] simplejson removed --- addon.xml | 2 +- library.py | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/addon.xml b/addon.xml index 3d304e7..55c6acf 100755 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/library.py b/library.py index d10289a..144c511 100755 --- a/library.py +++ b/library.py @@ -19,16 +19,10 @@ # This script is based on service.skin.widgets # Thanks to the original authors -import sys import xbmc import xbmcgui import xbmcaddon -from time import gmtime, strftime - -if sys.version_info < (2, 7): - import simplejson as json -else: - import json +import json __addon__ = xbmcaddon.Addon()