summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2018-08-10 11:13:29 -0500
committerGitHub <noreply@github.com>2018-08-10 11:13:29 -0500
commitc1c229c6d4cf74d022c56a17061ab57918822f88 (patch)
tree38f51a32506e108d65c259a4899c6edd37d2144c /hacking
parent96346938eef9594f4d1ceeff1d48f13807e36e21 (diff)
downloadansible-c1c229c6d4cf74d022c56a17061ab57918822f88.tar.gz
Remove use of simplejson throughout code base (#43548)
* Remove use of simplejson throughout code base. Fixes #42761 * Address failing tests * Remove simplejson from contrib and other outlying files * Add changelog fragment for simplejson removal
Diffstat (limited to 'hacking')
-rwxr-xr-xhacking/test-module5
1 files changed, 1 insertions, 4 deletions
diff --git a/hacking/test-module b/hacking/test-module
index b0764982a4..bd9d96a474 100755
--- a/hacking/test-module
+++ b/hacking/test-module
@@ -44,10 +44,7 @@ import ansible.constants as C
from ansible.module_utils._text import to_native, to_text
from ansible.template import Templar
-try:
- import json
-except ImportError:
- import simplejson as json
+import json
def parse():