aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-09-30 13:06:17 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-09-30 13:10:45 -0400
commitaf86c5f3068f666775db247cd950dd7366ed48e0 (patch)
treed06fa6eefe8843bf3a5110c4e903444e864b0438
parentb806d71eb0cad462a3fcda5d1e53805322e020f5 (diff)
downloadkutter-af86c5f3068f666775db247cd950dd7366ed48e0.tar.gz
kutter-af86c5f3068f666775db247cd950dd7366ed48e0.tar.xz
kutter-af86c5f3068f666775db247cd950dd7366ed48e0.zip
fan: Improve python3 compatibility
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--klippy/extras/fan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/fan.py b/klippy/extras/fan.py
index 83df80fe..77fdef8a 100644
--- a/klippy/extras/fan.py
+++ b/klippy/extras/fan.py
@@ -3,7 +3,7 @@
# Copyright (C) 2016-2020 Kevin O'Connor <kevin@koconnor.net>
#
# This file may be distributed under the terms of the GNU GPLv3 license.
-import pulse_counter
+from . import pulse_counter
FAN_MIN_TIME = 0.100