Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-02-25 19:19:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-25 19:19:50 +0300
commitbc15e0e2952bac0458ae61c97d4d8187e55cd1cc (patch)
treef8bd0ad1e724d8a867caadff7778c484047a0d51 /doc/python_api/sphinx_doc_gen.py
parentb25db7c8cb3bf41e19b99c0d3c83b27bfa8d23d6 (diff)
add NDEBUG to scons release flags + some pep8 cleanup for examples.
Diffstat (limited to 'doc/python_api/sphinx_doc_gen.py')
-rw-r--r--doc/python_api/sphinx_doc_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 8058ebeb137..e10d5c5cf9a 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -782,7 +782,7 @@ def pyrna2sphinx(BASEPATH):
for op in ops.values():
op_modules.setdefault(op.module_name, []).append(op)
del op
-
+
for op_module_name, ops_mod in op_modules.items():
filepath = os.path.join(BASEPATH, "bpy.ops.%s.rst" % op_module_name)
file = open(filepath, "w")