Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-09-11 19:36:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-11 19:36:48 +0400
commit25bb26c2f327d0cab0d08678127609a6c0dd8fb9 (patch)
treed1e6f20576ac3ed085a42840582c05d811451d07 /mocap/mocap_tools.py
parentd1228ea8d8279c736871b94e71cb81fbf73ea2c6 (diff)
pep8 edits & import cleanup
Diffstat (limited to 'mocap/mocap_tools.py')
-rw-r--r--mocap/mocap_tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mocap/mocap_tools.py b/mocap/mocap_tools.py
index 0bbc09d0..35376e0a 100644
--- a/mocap/mocap_tools.py
+++ b/mocap/mocap_tools.py
@@ -18,7 +18,7 @@
# <pep8 compliant>
-from math import hypot, sqrt, isfinite, radians, pi
+from math import sqrt, radians
import bpy
import time
from mathutils import Vector, Matrix