make BGL and BLF modile names lowercase

This commit is contained in:
2010-02-28 14:57:26 +00:00
parent c1cd33e166
commit ed7f4f2e3c
11 changed files with 26 additions and 26 deletions

View File

@@ -333,7 +333,7 @@ def rna2sphinx(BASEPATH):
del module
import BLF as module
pymodule2sphinx(BASEPATH, "BLF", module, "Blender Font Drawing (BLF)")
pymodule2sphinx(BASEPATH, "blf", module, "Blender Font Drawing (blf)")
del module
if 0: