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,9 +2,8 @@
"""Find information about an SAP transaction codes"""
import urllib.request
import json
import re
import urllib.parse
from hooks import hook
from tools import web