move common/ into wechat/

This commit is contained in:
Yuxin Wu
2020-06-27 20:34:05 -07:00
parent 5f729e4227
commit bb44745bb4
17 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# Author: Yuxin Wu
from wechat.parser import WeChatDBParser
from common.textutil import ensure_unicode
from wechat.common.textutil import ensure_unicode
from datetime import timedelta, datetime
import numpy as np