Bug 842762: Uplift Add-on SDK changeset 4e44dd094e8636216e8c9ca5664866a5cf7d0cdd

a16bbd5772...4e44dd094e
This commit is contained in:
Dave Townsend
2013-02-19 14:14:54 -08:00
parent b21d195aac
commit 1be39049f5
74 changed files with 1338 additions and 496 deletions

View File

@@ -196,4 +196,3 @@ 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)