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>2012-06-20 02:17:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-20 02:17:19 +0400
commit98e69124807b9a5e16b617c89347fc77072e9b38 (patch)
tree682b17e9cbd03eb447962f2d6743ad849272e6e3 /release/scripts/modules/console_shell.py
parenta8f23a96a4f804bbf8d1ef67acfc4f8a57c319b1 (diff)
style cleanup
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 772d46c8bf3..c27524ffe44 100644
--- a/release/scripts/modules/console_shell.py
+++ b/release/scripts/modules/console_shell.py
@@ -20,7 +20,7 @@
import os
import bpy
-language_id = 'shell'
+language_id = "shell"
def add_scrollback(text, text_type):