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
@@ -3,7 +3,7 @@
import logging
from wechat.parser import WeChatDBParser
from common.textutil import safe_filename
from wechat.common.textutil import safe_filename
import sys, os
logger = logging.getLogger("wechat")