From 88955d32b054bb4a4038ffbef7f2bee7340f144e Mon Sep 17 00:00:00 2001 From: stephendenham Date: Sun, 9 Feb 2014 11:48:34 +0000 Subject: [PATCH] Remove unused import. git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@92 2dec19e3-eb1d-4749-8193-008c8bba0994 --- default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.py b/default.py index 20018a5..c881fb6 100644 --- a/default.py +++ b/default.py @@ -16,7 +16,7 @@ # along with xbmc-groove. If not, see . -import urllib, sys, os, shutil, re, pickle, time, tempfile, xbmcaddon, xbmcplugin, xbmcgui, xbmc +import urllib, sys, os, shutil, re, pickle, time, xbmcaddon, xbmcplugin, xbmcgui, xbmc __addon__ = xbmcaddon.Addon('plugin.audio.groove') __addonname__ = __addon__.getAddonInfo('name') -- 2.20.1