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>2019-03-14 07:14:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-14 07:34:14 +0300
commit0bd45a2d51cf9c6a1c4b1adef254373286507414 (patch)
tree13951c075e466cb8701f324ded8fa65f44b6de0e /release/scripts/startup/bl_ui/properties_physics_cloth.py
parentc567dd5ad9b67892b132f0b21819002d24374ada (diff)
Cleanup: unused imports
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_physics_cloth.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_cloth.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_cloth.py b/release/scripts/startup/bl_ui/properties_physics_cloth.py
index 4c8e056aa03..1fc3fcdfdb3 100644
--- a/release/scripts/startup/bl_ui/properties_physics_cloth.py
+++ b/release/scripts/startup/bl_ui/properties_physics_cloth.py
@@ -18,7 +18,6 @@
# <pep8 compliant>
-import bpy
from bpy.types import (
Panel,
)