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 *
 
 
