# HG changeset patch # User Malte Bayer # Date 1351446363 -3600 # Node ID 350d7b571ad957651adb1540ea8d9a85b5cc8ee3 # Parent efdf471642f5b3b078ae7b1f9e7c4e829047ba84 typo diff -r efdf471642f5 -r 350d7b571ad9 slotUI/SlotCli.py --- a/slotUI/SlotCli.py Sun Oct 28 18:43:50 2012 +0100 +++ b/slotUI/SlotCli.py Sun Oct 28 18:46:03 2012 +0100 @@ -51,7 +51,7 @@ def trigger_event(what): trigger_sound(what) - Popen([os.path.abspath(EVENTPREFIX + what]) + Popen([os.path.abspath(EVENTPREFIX + what)]) class SlotCli(): def __init__(self, test = None, dev=""):