use only simplejson
This commit is contained in:
parent
3a9c45c387
commit
f46de51fde
1 changed files with 1 additions and 4 deletions
|
|
@ -20,10 +20,7 @@ import datetime
|
|||
import time
|
||||
from logging import warning
|
||||
import random
|
||||
try:
|
||||
import json as simplejson
|
||||
except ImportError:
|
||||
import simplejson
|
||||
import simplejson
|
||||
import urllib
|
||||
|
||||
from weboob.tools.browser import BaseBrowser, BrowserUnavailable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue