File tree 2 files changed +3
-3
lines changed
dragonfly/engines/backend_sphinx
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
#
20
20
21
21
"""
22
- Miscellaneous classes and functions used by the engine.
22
+ Configuration classes and functions used by the engine.
23
23
"""
24
24
25
25
import os
Original file line number Diff line number Diff line change 36
36
DelegateTimerManagerInterface )
37
37
from dragonfly .engines .backend_sphinx .compiler import SphinxJSGFCompiler
38
38
from dragonfly .engines .backend_sphinx .grammar_wrapper import GrammarWrapper
39
- from dragonfly .engines .backend_sphinx .misc import (EngineConfig ,
40
- get_decoder_config_object )
39
+ from dragonfly .engines .backend_sphinx .config import (EngineConfig ,
40
+ get_decoder_config_object )
41
41
from dragonfly .engines .backend_sphinx .recobs import SphinxRecObsManager
42
42
from dragonfly .engines .backend_sphinx .recording import AudioRecorder
43
43
from dragonfly .engines .backend_sphinx .timer import SphinxTimerManager
You can’t perform that action at this time.
0 commit comments