diff options
Diffstat (limited to 'scene/SCsub')
-rw-r--r-- | scene/SCsub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/SCsub b/scene/SCsub index 6d1dd0044f..79da365192 100644 --- a/scene/SCsub +++ b/scene/SCsub @@ -1,3 +1,5 @@ +#!/usr/bin/env python + Import('env') env.scene_sources=[] |