Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68c7de4

Browse filesBrowse files
thefourtheyeMyles Borins
authored andcommitted
tools: remove simplejson dependency
As Node.js expects either Python 2.6 or 2.7 installed to work properly, simplejson module is no longer necessary. It was included in Python 2.6 as the json module. PR-URL: #6101 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
1 parent 25d4b5b commit 68c7de4
Copy full SHA for 68c7de4

File tree

Expand file treeCollapse file tree

1 file changed

+1
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-6
lines changed
Open diff view settings
Collapse file

‎tools/install.py‎

Copy file name to clipboardExpand all lines: tools/install.py
+1-6Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
#!/usr/bin/env python
22

33
import errno
4-
5-
try:
6-
import json
7-
except ImportError:
8-
import simplejson as json
9-
4+
import json
105
import os
116
import re
127
import shutil

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.