Refactor 4/4

This commit is contained in:
xnappo 2015-03-17 14:02:42 -05:00
commit 7936a9ba5a
3 changed files with 510 additions and 488 deletions

View file

@ -193,9 +193,5 @@ def get_params( paramstring ):
param[splitparams[0]]=splitparams[1]+"="+splitparams[2]
return param
def executeJSONRPC(self, command):
print "ExecuteJSONRPC called!"
print inspect.stack()[1][3]
return xbmc.executeJSONRPC(command)