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
+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