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:
authorCampbell Barton <ideasman42@gmail.com>2013-12-28 17:51:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-28 17:51:51 +0400
commit33b87dc1ad63284ee1191ca2bfc569b108719f71 (patch)
treefc1ce8d1ce3a9f0f2c00d49d3bc62c8c8aec1b1d /release/scripts/modules/console_shell.py
parent2654b28f046ea3a444717ebc7f36f9b5ef22f7f1 (diff)
update console shell for changes in api
Diffstat (limited to 'release/scripts/modules/console_shell.py')
-rw-r--r--release/scripts/modules/console_shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/console_shell.py b/release/scripts/modules/console_shell.py
index 42348f453cd..83367e72e67 100644
--- a/release/scripts/modules/console_shell.py
+++ b/release/scripts/modules/console_shell.py
@@ -43,7 +43,7 @@ def shell_run(text):
PROMPT = "$ "
-def execute(context):
+def execute(context, is_interactive):
sc = context.space_data
try: