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:
Diffstat (limited to 'release/scripts/startup/bl_operators/console.py')
-rw-r--r--release/scripts/startup/bl_operators/console.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/release/scripts/startup/bl_operators/console.py b/release/scripts/startup/bl_operators/console.py
index 0025967c97c..2d32f84805e 100644
--- a/release/scripts/startup/bl_operators/console.py
+++ b/release/scripts/startup/bl_operators/console.py
@@ -38,8 +38,8 @@ class ConsoleExec(Operator):
bl_label = "Console Execute"
interactive = BoolProperty(
- options={'SKIP_SAVE'},
- )
+ options={'SKIP_SAVE'},
+ )
@classmethod
def poll(cls, context):
@@ -61,7 +61,7 @@ class ConsoleExec(Operator):
class ConsoleAutocomplete(Operator):
"""Evaluate the namespace up until the cursor and give a list of """ \
- """options or complete the name if there is only one"""
+ """options or complete the name if there is only one"""
bl_idname = "console.autocomplete"
bl_label = "Console Autocomplete"
@@ -138,9 +138,9 @@ class ConsoleLanguage(Operator):
bl_label = "Console Language"
language = StringProperty(
- name="Language",
- maxlen=32,
- )
+ name="Language",
+ maxlen=32,
+ )
@classmethod
def poll(cls, context):