Modules: global dusting: call getJSON instead of making raw calls to urllib
This commit is contained in:
parent
66ec7cb7ca
commit
d14fec4cec
14 changed files with 118 additions and 116 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue