move common/ into wechat/

This commit is contained in:
Yuxin Wu
2020-06-27 20:34:05 -07:00
parent 973993723b
commit f6acd0b0bf
16 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ import os
import logging
logger = logging.getLogger(__name__)
from common.textutil import get_file_b64
from common.procutil import subproc_succ
from .common.textutil import get_file_b64
from .common.procutil import subproc_succ
SILK_DECODER = os.path.join(os.path.dirname(__file__),
'../third-party/silk/decoder')