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>2011-03-15 02:17:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-15 02:17:52 +0300
commit82783cd0cd8e742611adb83327431e91806a39db (patch)
tree6292ac4e03483cf323e5e3fe838cf8a958701fe6 /release/scripts/modules/bpy_types.py
parentf2b1645a75096076910b0c0d46c9b4d5e42c4698 (diff)
pep8 edits and remove commented code from last commit.
Diffstat (limited to 'release/scripts/modules/bpy_types.py')
-rw-r--r--release/scripts/modules/bpy_types.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/modules/bpy_types.py b/release/scripts/modules/bpy_types.py
index eff59668e9c..c3352dd33ad 100644
--- a/release/scripts/modules/bpy_types.py
+++ b/release/scripts/modules/bpy_types.py
@@ -28,6 +28,7 @@ StructMetaPropGroup = _bpy.StructMetaPropGroup
bpy_types.BlendDataLibraries.load = _bpy._library_load
+
class Context(StructRNA):
__slots__ = ()