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-07-10 16:51:37 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-10 16:51:37 +0400
commitb62a956cc8c9402880d249d0a70c880af5813bc3 (patch)
treed1b8911349d5bb607278ce2267fefcf9ce998021 /release/scripts/modules/bpyml_ui.py
parent7370ba1839973010dd6e0ed0349c34477d8ece0a (diff)
cleanup for python scripts - unused vars and imports
Diffstat (limited to 'release/scripts/modules/bpyml_ui.py')
-rw-r--r--release/scripts/modules/bpyml_ui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/modules/bpyml_ui.py b/release/scripts/modules/bpyml_ui.py
index 1e0522974d1..5df04b8bf34 100644
--- a/release/scripts/modules/bpyml_ui.py
+++ b/release/scripts/modules/bpyml_ui.py
@@ -22,7 +22,6 @@
import bpy as _bpy
import bpyml
from bpyml import TAG, ARGS, CHILDREN
-from types import ModuleType
_uilayout_rna = _bpy.types.UILayout.bl_rna