A lot of changes to switch to the new name, might be horribly broken.

This commit is contained in:
storm
2024-10-17 09:20:24 -04:00
parent a523205ac2
commit b669e9b5ae
550 changed files with 143282 additions and 143282 deletions

View File

@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
# Contains settings that should apply to all runs of the Orca
# test harness.
import cthulhu.debug
cthulhu.debug.debugLevel = cthulhu.debug.LEVEL_ALL
import cthulhu.settings
cthulhu.settings.enableRemoteLogging = True
cthulhu.settings.enableSpeech = True
cthulhu.settings.speechFactoryModules = []
cthulhu.settings.speechServerFactory = None
cthulhu.settings.asyncMode = False
cthulhu.settings.progressBarUpdateInterval = 0