diff options
author | mjdenkowski <michael.j.denkowski@gmail.com> | 2013-09-14 13:42:17 -0400 |
---|---|---|
committer | mjdenkowski <michael.j.denkowski@gmail.com> | 2013-09-14 13:42:17 -0400 |
commit | a48e57f2eb5559610986c30763a21d3910b743ee (patch) | |
tree | c90e752a95aba4e325f8dbc9c9eb32c879133073 /realtime/rt/rt.py | |
parent | bc7e91f35d96b6f17172a687fa861310e9e3d63d (diff) |
Package name
Diffstat (limited to 'realtime/rt/rt.py')
-rw-r--r-- | realtime/rt/rt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/realtime/rt/rt.py b/realtime/rt/rt.py index 4dc2de09..1b8ac58c 100644 --- a/realtime/rt/rt.py +++ b/realtime/rt/rt.py @@ -39,7 +39,7 @@ class RealtimeDecoder: self.aligner = aligner.ForceAligner(fwd_params, fwd_err, rev_params, rev_err) # Grammar extractor - sa_config = cdec.ConfigObj(os.path.join(configdir, 'sa.ini'), unrepr=True) + sa_config = cdec.configobj.ConfigObj(os.path.join(configdir, 'sa.ini'), unrepr=True) sa_config.filename = os.path.join(self.tmp, 'sa.ini') util.sa_ini_for_realtime(sa_config, os.path.abspath(configdir)) sa_config.write() |