pep8 cleanup

This commit is contained in:
Campbell Barton
2011-03-27 05:23:14 +00:00
parent 7ccfec1ff3
commit 50a06eccff
13 changed files with 47 additions and 32 deletions

View File

@@ -110,6 +110,7 @@ if _BPY_PROP_COLLECTION_FAKE:
else:
_BPY_PROP_COLLECTION_ID = "collection"
def undocumented_message(module_name, type_name, identifier):
if str(type_name).startswith('<module'):
preloadtitle = '%s.%s' % (module_name, identifier)