diff options
author | mjdenkowski <michael.j.denkowski@gmail.com> | 2014-03-31 18:09:58 -0400 |
---|---|---|
committer | mjdenkowski <michael.j.denkowski@gmail.com> | 2014-03-31 18:09:58 -0400 |
commit | 578df954852d84db9afac3d076fecb1d8be9e000 (patch) | |
tree | 2ce95267669f43baedbfcf27aaac26bac2ad4915 | |
parent | 58c50cc49721445751499298d9e935601baaf7ca (diff) |
Include new bilex file
-rw-r--r-- | realtime/rt/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/realtime/rt/util.py b/realtime/rt/util.py index a7333bbd..8cd41a1e 100644 --- a/realtime/rt/util.py +++ b/realtime/rt/util.py @@ -10,6 +10,7 @@ SA_INI_FILES = set(( 'a_file', 'lex_file', 'precompute_file', + 'bilex_file', )) class FIFOLock: |