8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4392b4a commit fabc33aCopy full SHA for fabc33a
tools/install.py
@@ -1,12 +1,7 @@
1
#!/usr/bin/env python
2
3
import errno
4
-
5
-try:
6
- import json
7
-except ImportError:
8
- import simplejson as json
9
+import json
10
import os
11
import re
12
import shutil