move utils to common

This commit is contained in:
ppwwyyxx
2015-06-18 00:07:15 +08:00
parent f0dc8fb3af
commit 022e439cbe
13 changed files with 157 additions and 190 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python2
# -*- coding: UTF-8 -*-
# File: res.py
# Date: Tue Jun 16 22:30:08 2015 +0800
# Date: Thu Jun 18 00:02:21 2015 +0800
# Author: Yuxin Wu <[email protected]>
import glob
@@ -18,7 +18,8 @@ from multiprocessing import Pool
from .avatar import AvatarReader
from .utils import timing, md5, get_file_b64
from common.textutil import md5, get_file_b64
from common.timer import timing
from .msg import TYPE_SPEAK
from .audio import parse_wechat_audio_file