aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/mcp4728.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras/mcp4728.py')
-rw-r--r--klippy/extras/mcp4728.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/mcp4728.py b/klippy/extras/mcp4728.py
index eb1c3904..674ab18c 100644
--- a/klippy/extras/mcp4728.py
+++ b/klippy/extras/mcp4728.py
@@ -3,7 +3,7 @@
# Copyright (C) 2018 Kevin O'Connor <kevin@koconnor.net>
#
# This file may be distributed under the terms of the GNU GPLv3 license.
-import bus
+from . import bus
class mcp4728:
def __init__(self, config):