Back out a104642698a0 (bug 842762) for b2g test bustage

CLOSED TREE
This commit is contained in:
Phil Ringnalda
2013-02-19 19:49:41 -08:00
parent 4e5947ff83
commit 9ce4d191b7
74 changed files with 496 additions and 1338 deletions

View File

@@ -196,3 +196,4 @@ def replace_file(env_root, dest_path, file_contents, must_rewrite_links):
if must_rewrite_links and dest_path.endswith(".html"):
file_contents = rewrite_links(env_root, get_sdk_docs_path(env_root), file_contents, dest_path)
open(dest_path, "w").write(file_contents)