This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| #fileencoding: utf-8 | |
| #Author: Stain & Liu <knsaxena01@gmail.com & liudongmiao@gmail.com> | |
| #Created : 17 Oct 2010 11:19:58 AM CST | |
| #Modified : 15 Sep 2017 10:12:42 PM CST | |
| import os | |
| import sys | |
| import mmap | |
| import json |