Refactor 3/4

This commit is contained in:
xnappo 2015-03-17 13:41:26 -05:00
commit 375aa8f194
3 changed files with 95 additions and 82 deletions

View file

@ -193,4 +193,9 @@ 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)