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,9 +5,9 @@ import sys
import argparse
import logging
from common.textutil import ensure_unicode
from wechat.parser import WeChatDBParser
from wechat.res import Resource
from wechat.common.textutil import ensure_unicode
from wechat.render import HTMLRender
logger = logging.getLogger("wechat")