extensions_framework: lots of docs and code formatting to be more pep8-like

This commit is contained in:
2010-11-17 21:28:22 +00:00
parent b99a11bc3c
commit 9183f20fb4
7 changed files with 385 additions and 226 deletions

View File

@@ -24,12 +24,14 @@
#
# ***** END GPL LICENCE BLOCK *****
#
from .plugin import plugin
from extensions_framework.plugin import plugin
class engine_base(plugin):
'''
Render Engine plugin base class
'''
"""Render Engine plugin base class
TODO: Remove, this class hasn't grown to be useful
"""
bl_label = 'Abstract Render Engine Base Class'