summaryrefslogtreecommitdiffstats
path: root/python.d
diff options
context:
space:
mode:
authorWing924 <weihe924stephen@gmail.com>2017-07-27 18:20:15 +0900
committerWing924 <weihe924stephen@gmail.com>2017-07-27 18:20:15 +0900
commit6f58e638cbc019fa44554a77f0926f0059be4f31 (patch)
tree48be75ec8d3e70a77f08c03991e2ce7e47ceb291 /python.d
parent7dcd9b46424392eec2a283b2796cfba9ec89d79c (diff)
remove unused inport
Diffstat (limited to 'python.d')
-rw-r--r--python.d/tomcat.chart.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/python.d/tomcat.chart.py b/python.d/tomcat.chart.py
index 43241249df..bcbead5227 100644
--- a/python.d/tomcat.chart.py
+++ b/python.d/tomcat.chart.py
@@ -5,11 +5,6 @@
from base import UrlService
import xml.etree.ElementTree as ET
-try:
- from urlparse import urlparse
-except ImportError:
- from urllib.parse import urlparse
-
# default module values (can be overridden per job in `config`)
# update_every = 2
priority = 60000