Skip to content

Commit

Permalink
Incubates #6878
Browse files Browse the repository at this point in the history
Re Issue #6846
Merge branch 'josephsl-i6846-removeSpeechReasonConstants' into next
  • Loading branch information
feerrenrut committed Mar 18, 2017
2 parents 8fa39af + f0de613 commit dd9a9d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/speech.py
Expand Up @@ -40,9 +40,6 @@

#Set containing locale codes for languages supporting conjunct characters
LANGS_WITH_CONJUNCT_CHARS = {'hi', 'as', 'bn', 'gu', 'kn', 'kok', 'ml', 'mni', 'mr', 'pa', 'te', 'ur', 'ta'}
# The REASON_* constants in this module are deprecated and will be removed in a future release.
# Use controlTypes.REASON_* instead.
from controlTypes import REASON_FOCUS, REASON_FOCUSENTERED, REASON_MOUSE, REASON_QUERY, REASON_CHANGE, REASON_MESSAGE, REASON_SAYALL, REASON_CARET, REASON_ONLYCACHE

#: The string used to separate distinct chunks of text when multiple chunks should be spoken without pauses.
# #555: Use two spaces so that numbers from adjacent chunks aren't treated as a single number
Expand Down

0 comments on commit dd9a9d4

Please sign in to comment.