check_activemq: removing json import

This commit is contained in:
ranl 2013-12-29 13:49:48 +02:00
parent 2d3ad7991a
commit 6419a5b28f
1 changed files with 0 additions and 1 deletions

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