Skip to content

Commit

Permalink
simplejson removed
Browse files Browse the repository at this point in the history
  • Loading branch information
im85288 committed Jan 14, 2017
1 parent 532c4d7 commit f2d4f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<addon id="service.nextup.notification" name="Nextup Service Notification" provider-name="im85288" version="1.0.31">
<addon id="service.nextup.notification" name="Nextup Service Notification" provider-name="im85288" version="1.0.32">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
<import addon="script.module.addon.signals" version="0.0.1"/>
Expand Down
8 changes: 1 addition & 7 deletions library.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit f2d4f94

Please sign in to comment.