Bug 842762: Uplift Add-on SDK changeset bf2c2f609babcea412a2349a431ae6bdbedcf05d

4e44dd094e...bf2c2f609b
This commit is contained in:
Dave Townsend
2013-02-21 07:54:55 -08:00
parent 4c4bc329e2
commit b1fc649fae
88 changed files with 1852 additions and 519 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)