diff options
Diffstat (limited to 'klippy/extras/ad5206.py')
-rw-r--r-- | klippy/extras/ad5206.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/ad5206.py b/klippy/extras/ad5206.py index 41130815..d4725801 100644 --- a/klippy/extras/ad5206.py +++ b/klippy/extras/ad5206.py @@ -3,7 +3,7 @@ # Copyright (C) 2017,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 ad5206: def __init__(self, config): |