diff options
Diffstat (limited to 'klippy/extras/mcp4451.py')
-rw-r--r-- | klippy/extras/mcp4451.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/mcp4451.py b/klippy/extras/mcp4451.py index d8b798e4..12d3b6a0 100644 --- a/klippy/extras/mcp4451.py +++ b/klippy/extras/mcp4451.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 WiperRegisters = [0x00, 0x01, 0x06, 0x07] |