Skip to content

Commit

Permalink
updated check_blue_talon_version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Dec 6, 2016
1 parent 1474d8e commit 55fc584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_blue_talon_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
sys.path.append(libdir)
try:
# pylint: disable=wrong-import-position
from harisekhon.utils import log, qquit, support_msg_api, isDict, isVersion
from harisekhon.utils import log, qquit, support_msg_api, isVersion
from harisekhon.utils import validate_host, validate_port, validate_user, validate_password, validate_regex
from harisekhon import VersionNagiosPlugin
except ImportError as _:
Expand Down

0 comments on commit 55fc584

Please sign in to comment.