diff options
Diffstat (limited to 'scene/3d/SCsub')
-rw-r--r-- | scene/3d/SCsub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/3d/SCsub b/scene/3d/SCsub index 116e641593..1205deb94a 100644 --- a/scene/3d/SCsub +++ b/scene/3d/SCsub @@ -1,3 +1,5 @@ +#!/usr/bin/env python + Import('env') |