summaryrefslogtreecommitdiffstats
path: root/tools/site_compare/site_compare.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/site_compare/site_compare.py')
-rwxr-xr-x[-rw-r--r--]tools/site_compare/site_compare.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/site_compare/site_compare.py b/tools/site_compare/site_compare.py
index 15359fa..db9216f 100644..100755
--- a/tools/site_compare/site_compare.py
+++ b/tools/site_compare/site_compare.py
@@ -1,5 +1,5 @@
-#!/usr/bin/python2.4
-# Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+#!/usr/bin/env python
+# Copyright (c) 2011 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.
@@ -169,9 +169,8 @@ def main():
commands.scrape.CreateCommand(cmdline)
cmdline.ParseCommandLine()
-
+ return 0
if __name__ == "__main__":
- main()
-
+ sys.exit(main())