minor edits, pep8 - also correct float -> double promotion for blf.

This commit is contained in:
Campbell Barton
2011-08-30 10:49:58 +00:00
parent 6c9ee34dd8
commit b20c9b0ba3
14 changed files with 62 additions and 59 deletions

View File

@@ -1222,7 +1222,6 @@ def rna2sphinx(BASEPATH):
shutil.copy2(os.path.join(BASEPATH, "..", "rst", "change_log.rst"), BASEPATH)
if not EXCLUDE_INFO_DOCS:
for info, info_desc in INFO_DOCS:
shutil.copy2(os.path.join(BASEPATH, "..", "rst", info), BASEPATH)