Merge pull request #29 from cclauss/patch-1

import gzip
This commit is contained in:
Hain Wang 2018-01-19 21:31:29 +08:00 committed by GitHub
commit e9e57dd010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,10 @@ __copyright__ = "Copyright (c) 2017 . All Rights Reserved"
__author__ = "Hai Liang Wang"
__date__ = "2017-10-31:17:13:51"
import gzip
import os
import sys
from utils import any2unicode
curdir = os.path.dirname(os.path.abspath(__file__))
sys.path.append(curdir)