fix import bug

This commit is contained in:
ppwwyyxx
2015-08-23 10:27:10 -04:00
parent f27476fa1c
commit 7015793abe
4 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
#!/usr/bin/env python2
# -*- coding: UTF-8 -*-
# File: dump_msg.py
# File: dump-msg.py
# Date: Mon May 25 15:23:05 2015 +0800
# Author: Yuxin Wu <[email protected]>
from wechat.parser import WeChatDBParser
from wechat.utils import safe_filename
from common.textutil import safe_filename
import sys, os
if len(sys.argv) != 3: