From 2f43812277e086118083cee38863ebbf06d4daaf Mon Sep 17 00:00:00 2001 From: chrys87 Date: Tue, 26 Jul 2016 14:49:07 +0200 Subject: [PATCH] Delete 50000-speak_incomming.py --- .../commands/50000-speak_incomming.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/fenrir-package/commands/50000-speak_incomming.py diff --git a/src/fenrir-package/commands/50000-speak_incomming.py b/src/fenrir-package/commands/50000-speak_incomming.py deleted file mode 100644 index 533f2320..00000000 --- a/src/fenrir-package/commands/50000-speak_incomming.py +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/python - -class command(): - def __init__(self): - pass - def run(self, environment): - if environment['screenData']['newDelta'] == environment['screenData']['oldDelta'] and - environment['screenData']['newTTY'] == environment['screenData']['oldTTY']: - return environment - environment['runtime']['outputManager'].presentText(environment, environment['screenData']['newDelta'], Interrupt=False) - print('50000-speak_incomming.py') - return environment - def setCallback(self, callback): - pass - def shutdown(self): - pass