File: fix-import

package info (click to toggle)
pocketsphinx-python 1%3A0.1.15-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 320 kB
  • sloc: python: 554; sh: 11; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Our current version of sphinxbase requires this double-package name

---
 pocketsphinx/__init__.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/pocketsphinx/__init__.py
+++ b/pocketsphinx/__init__.py
@@ -32,7 +32,7 @@ import os
 import sys
 import signal
 from contextlib import contextmanager
-from sphinxbase import *
+from sphinxbase.sphinxbase import *
 from .pocketsphinx import *