try:
import utils
....
opts = utils.parse(argv, RULES, ".splunkrc", usage=usage)
I am confused as both python3 and python2 does not seem to have an utils module with a parse method? Could someone explain?
↧