use only simplejson

This commit is contained in:
Christophe Benz 2010-07-10 21:55:23 +02:00
commit f46de51fde

View file

@ -20,9 +20,6 @@ import datetime
import time import time
from logging import warning from logging import warning
import random import random
try:
import json as simplejson
except ImportError:
import simplejson import simplejson
import urllib import urllib