We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920c44a commit afdbce6Copy full SHA for afdbce6
source/queryHandler/PerfmonRESTclient.py
@@ -20,6 +20,7 @@
20
@author: HWASSMAN
21
'''
22
23
+import urllib.request
24
# catch import failure on AIX since we will not be shipping our third-party libraries on AIX
25
try:
26
import requests
0 commit comments