summaryrefslogtreecommitdiff
path: root/lib/utils/smoothing.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils/smoothing.py')
-rw-r--r--lib/utils/smoothing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/smoothing.py b/lib/utils/smoothing.py
index 49771b6c..0300f6f1 100644
--- a/lib/utils/smoothing.py
+++ b/lib/utils/smoothing.py
@@ -33,7 +33,7 @@ def smooth_path(path, smoothness=1.0):
Returns:
A list of Points.
"""
- from ..debug import debug
+ from ..debug.debug import debug
if smoothness == 0:
# s of exactly zero seems to indicate a default level of smoothing