Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2793)

Unified Diff: tko/site_parse

Issue 6902159: Install a private site parser hook for dashboard. (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: patchwq Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tko/site_parse
diff --git a/tko/site_parse b/tko/site_parse
index 61f4d20284b223871ea6ee9749e5016754de5b8c..4f660fd407f3519c2f7177bc04eda21a827bd6cb 100755
--- a/tko/site_parse
+++ b/tko/site_parse
@@ -3,3 +3,9 @@
import common
from autotest_lib.tko import site_parse
site_parse.main()
+
+try:
+ from autotest_lib.tko import private_site_parse
+ private_site_parse.main()
+except ImportError:
+ pass
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698