Browse Source

Fix no json module error for python 2.5

1.4
leo zhou 12 years ago
parent
commit
3581d086cd
  1. 1
      local.py

1
local.py

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

Loading…
Cancel
Save