1
0
mirror of https://github.com/ranl/monitor-utils.git synced 2024-10-05 19:23:40 +02:00

check_activemq: removing json import

This commit is contained in:
ranl 2013-12-29 13:49:48 +02:00
parent 2d3ad7991a
commit 6419a5b28f

View File

@ -7,7 +7,6 @@ Monitor ActiveMQ server via its http web interface
from HTMLParser import HTMLParser from HTMLParser import HTMLParser
from optparse import OptionParser from optparse import OptionParser
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
import json
import urllib2 import urllib2
import urllib import urllib