Cleanup: imports, indentation, long lines

This commit is contained in:
Campbell Barton
2017-03-25 11:07:05 +11:00
parent a6f74453b6
commit 7cb2974182
11 changed files with 124 additions and 85 deletions

View File

@@ -19,7 +19,11 @@
# <pep8 compliant>
import bpy
import nodeitems_utils
from nodeitems_utils import NodeCategory, NodeItem, NodeItemCustom
from nodeitems_utils import (
NodeCategory,
NodeItem,
NodeItemCustom,
)
# Subclasses for standard node types