diff options
-rw-r--r-- | klippy/extras/shaper_calibrate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/shaper_calibrate.py b/klippy/extras/shaper_calibrate.py index 398ad78e..4ac58970 100644 --- a/klippy/extras/shaper_calibrate.py +++ b/klippy/extras/shaper_calibrate.py @@ -3,7 +3,7 @@ # Copyright (C) 2020 Dmitry Butyugin <dmbutyugin@google.com> # # This file may be distributed under the terms of the GNU GPLv3 license. -import collections, importlib, logging, math, multiprocessing +import collections, importlib, logging, math, multiprocessing, traceback shaper_defs = importlib.import_module('.shaper_defs', 'extras') MIN_FREQ = 5. |