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-09-27 01:19:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-27 01:19:51 +0400
commit8a51d235e608dc45c30338aaaa74f925c185c73a (patch)
treed62a750e88fb3ea7fb52fcb9f498c7e60134421d /release/scripts/modules/bl_i18n_utils/bl_process_msg.py
parentdbeddcdbcef7d6622f08c4647e5253165dbebe07 (diff)
pep8 cleanup
Diffstat (limited to 'release/scripts/modules/bl_i18n_utils/bl_process_msg.py')
-rw-r--r--release/scripts/modules/bl_i18n_utils/bl_process_msg.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/bl_process_msg.py b/release/scripts/modules/bl_i18n_utils/bl_process_msg.py
index b884423606d..33d3be63b0b 100644
--- a/release/scripts/modules/bl_i18n_utils/bl_process_msg.py
+++ b/release/scripts/modules/bl_i18n_utils/bl_process_msg.py
@@ -16,7 +16,7 @@
#
# ***** END GPL LICENSE BLOCK *****
-# <pep8-80 compliant>
+# <pep8 compliant>
# Write out messages.txt from Blender.
# XXX: This script is meant to be used from inside Blender!
@@ -43,6 +43,7 @@ UNDOC_OPS_STR = settings.UNDOC_OPS_STR
NC_ALLOWED = settings.WARN_MSGID_NOT_CAPITALIZED_ALLOWED
+
def check(check_ctxt, messages, key, msgsrc):
if check_ctxt is None:
return
@@ -78,7 +79,8 @@ def dump_messages_rna(messages, check_ctxt):
import bpy
def classBlackList():
- blacklist_rna_class = [# core classes
+ blacklist_rna_class = [
+ # core classes
"Context", "Event", "Function", "UILayout",
"BlendData",
# registerable classes