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:
parent
3ff8f01087
commit
8e32dda2e2
1 changed files with 3 additions and 4 deletions
|
@ -31,7 +31,6 @@ Tested with Zabbix Server 2.0.6.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os, sys
|
import os, sys
|
||||||
import json
|
|
||||||
import argparse
|
import argparse
|
||||||
import ConfigParser
|
import ConfigParser
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue