From 3581d086cdfc37f8be5a2d2304c230b2fbef8134 Mon Sep 17 00:00:00 2001 From: leo zhou Date: Tue, 19 Feb 2013 15:34:46 +0800 Subject: [PATCH] Fix no json module error for python 2.5 --- local.py | 1 - 1 file changed, 1 deletion(-) diff --git a/local.py b/local.py index 7d97275..fc56d45 100755 --- a/local.py +++ b/local.py @@ -37,7 +37,6 @@ import struct import string import hashlib import os -import json import logging import getopt