Index: presubmit_canned_checks.py |
diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py |
index c41cbba42ca90a782a90a9fa3ae7d9e145ef4ff2..be84cd726aa3c12014c2987808d7a7273ccbf381 100644 |
--- a/presubmit_canned_checks.py |
+++ b/presubmit_canned_checks.py |
@@ -695,9 +695,6 @@ def CheckRietveldTryJobExecution(input_api, output_api, host_url, platforms, |
def CheckBuildbotPendingBuilds(input_api, output_api, url, max_pendings, |
ignored): |
- if not input_api.json: |
- return [output_api.PresubmitPromptWarning( |
- 'Please install simplejson or upgrade to python 2.6+')] |
try: |
connection = input_api.urllib2.urlopen(url) |
raw_data = connection.read() |