diff options
Diffstat (limited to 'ppapi/cpp')
-rwxr-xr-x[-rw-r--r--] | ppapi/cpp/documentation/doxy_cleanup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/cpp/documentation/doxy_cleanup.py b/ppapi/cpp/documentation/doxy_cleanup.py index 9ed7ae6..24ddb3c 100644..100755 --- a/ppapi/cpp/documentation/doxy_cleanup.py +++ b/ppapi/cpp/documentation/doxy_cleanup.py @@ -1,5 +1,4 @@ -#!/usr/bin/python - +#!/usr/bin/env python # Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -138,5 +137,6 @@ def main(): return 0 + if __name__ == '__main__': sys.exit(main()) |