From 25bb26c2f327d0cab0d08678127609a6c0dd8fb9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 11 Sep 2011 15:36:48 +0000 Subject: pep8 edits & import cleanup --- mocap/mocap_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mocap') 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 @@ # -from math import hypot, sqrt, isfinite, radians, pi +from math import sqrt, radians import bpy import time from mathutils import Vector, Matrix -- cgit v1.2.3