Fix no json module error for python 2.5

This commit is contained in:
leo zhou 2013-02-19 15:34:46 +08:00
parent 32679bf0af
commit 3581d086cd

View file

@ -37,7 +37,6 @@ import struct
import string
import hashlib
import os
import json
import logging
import getopt