Modules: global dusting: call getJSON instead of making raw calls to urllib

This commit is contained in:
nemunaire 2014-12-17 07:32:34 +01:00
parent 66ec7cb7ca
commit d14fec4cec
14 changed files with 118 additions and 116 deletions

View file

@ -2,7 +2,7 @@
"""Looking for books"""
import urllib.request
import urllib
from hooks import hook
from tools import web