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:
authorStephen Swaney <sswaney@centurytel.net>2004-04-03 19:10:17 +0400
committerStephen Swaney <sswaney@centurytel.net>2004-04-03 19:10:17 +0400
commit4a2efa7acf9cc8bc996ab5980d297910c5083ae3 (patch)
tree30a3a3c822c143381f4bfff19170761f95a631f9 /source/blender/python/SConscript
parente331b395b0b2732f7d250b37bcb63cce8235637e (diff)
add missing comma
Diffstat (limited to 'source/blender/python/SConscript')
-rw-r--r--source/blender/python/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index fdadd327631..e30b7746c4d 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -46,7 +46,7 @@ source_files = ['BPY_interface.c',
'api2_2x/rgbTuple.c',
'api2_2x/gen_utils.c',
'api2_2x/sceneRender.c',
- 'api2_2x/EXPP_interface.c'
+ 'api2_2x/EXPP_interface.c',
'api2_2x/Noise.c']
python_env.Append (CPPPATH = ['api2_2x',