From 4772e5f6758ac4b1e27d111d0edebe3306869db3 Mon Sep 17 00:00:00 2001 From: ronie Date: Sat, 25 Oct 2014 15:07:35 +0200 Subject: Remove 'XBMC.' from built-ins --- tools/EventClients/examples/python/example_action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/EventClients/examples/python') diff --git a/tools/EventClients/examples/python/example_action.py b/tools/EventClients/examples/python/example_action.py index d5ab9cf61c..2e84bc1573 100755 --- a/tools/EventClients/examples/python/example_action.py +++ b/tools/EventClients/examples/python/example_action.py @@ -27,7 +27,7 @@ def main(): xbmc.send_action(sys.argv[1], ACTION_EXECBUILTIN) except Exception, e: print str(e) - xbmc.send_action("XBMC.ActivateWindow(ShutdownMenu)") + xbmc.send_action("ActivateWindow(ShutdownMenu)") # ok we're done, close the connection -- cgit v1.2.3