| Index: PRESUBMIT.py
 | 
| ===================================================================
 | 
| --- PRESUBMIT.py	(revision 78483)
 | 
| +++ PRESUBMIT.py	(working copy)
 | 
| @@ -32,11 +32,7 @@
 | 
|        # Return right away because it needs to be fixed first.
 | 
|        return output
 | 
|  
 | 
| -  # TODO(dpranke): uncomment and enable :).
 | 
| -  #
 | 
| -  # output.extend(input_api.canned_checks.CheckOwners(
 | 
| -  #     input_api,
 | 
| -  #     output_api))
 | 
| +  output.extend(input_api.canned_checks.CheckOwners(input_api, output_api))
 | 
|  
 | 
|    output.extend(input_api.canned_checks.RunPythonUnitTests(
 | 
|        input_api,
 | 
| 
 |