1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Delete import json. Several syntax changes.

Import json called twice. In first it will call an exception, if json
module not installed.
This commit is contained in:
Sergei Antipov 2014-11-10 15:41:44 +06:00
parent 3ff8f01087
commit 8e32dda2e2

View file

@ -31,7 +31,6 @@ Tested with Zabbix Server 2.0.6.
"""
import os, sys
import json
import argparse
import ConfigParser