aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/delta_calibrate.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-06-12 09:55:57 -0400
committerKevin O'Connor <kevin@koconnor.net>2020-06-15 17:15:53 -0400
commitf931da1b87f1896660ec58c0e2434125c6306080 (patch)
tree52cd764d040dcab4ff1c32e1111a03e02503aeca /klippy/extras/delta_calibrate.py
parent6edc2946db9758b4a77a72ad8818240f3a7ae096 (diff)
downloadkutter-f931da1b87f1896660ec58c0e2434125c6306080.tar.gz
kutter-f931da1b87f1896660ec58c0e2434125c6306080.tar.xz
kutter-f931da1b87f1896660ec58c0e2434125c6306080.zip
extras: Use "from . import module" for relative imports
Use alternate import syntax to improve Python3 compatibility. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/extras/delta_calibrate.py')
-rw-r--r--klippy/extras/delta_calibrate.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/klippy/extras/delta_calibrate.py b/klippy/extras/delta_calibrate.py
index f9af963a..c927eb5e 100644
--- a/klippy/extras/delta_calibrate.py
+++ b/klippy/extras/delta_calibrate.py
@@ -4,7 +4,8 @@
#
# This file may be distributed under the terms of the GNU GPLv3 license.
import math, logging, collections
-import probe, mathutil
+import mathutil
+from . import probe
# A "stable position" is a 3-tuple containing the number of steps
# taken since hitting the endstop on each delta tower. Delta