Merge "Fix import errors in subunit job module"

This commit is contained in:
Jenkins
2017-09-13 16:46:42 +00:00
committed by Gerrit Code Review

View File

@@ -15,12 +15,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import os
import json
import re
import logging
from ansible.module_utils.six.moves import urllib
from ansible.module_utils.basic import AnsibleModule
from ansible.module_utils.basic import AnsibleModule, get_exception
import gear
import yaml