diff python/objectsmoothing.py @ 665:15e244d2a1b5

corrected bug with circular import for VideoFilenameAddable, moved to base module
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 20 May 2015 13:57:47 +0200
parents dc70d9e711f5
children 933670761a57
line wrap: on
line diff
--- a/python/objectsmoothing.py	Wed May 20 12:04:22 2015 +0200
+++ b/python/objectsmoothing.py	Wed May 20 13:57:47 2015 +0200
@@ -1,4 +1,5 @@
 import storage, moving, utils
+
 from math import atan2, degrees, sin, cos, pi
 from numpy import median