Fix T38032, typo in Python API documentation.

This commit is contained in:
Thomas Dinges 2014-01-03 02:28:21 +01:00
parent 99ed221a6b
commit f345414b89

@ -115,7 +115,7 @@ While this is not best practice - for testing you can extend the search path, th
import os
import bpy
blend_dir = os.path.basename(bpy.data.filepath)
blend_dir = os.path.dirname(bpy.data.filepath)
if blend_dir not in sys.path:
sys.path.append(blend_dir)