diff options
Diffstat (limited to 'klippy/extras/dotstar.py')
-rw-r--r-- | klippy/extras/dotstar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/dotstar.py b/klippy/extras/dotstar.py index 9939012e..3075217b 100644 --- a/klippy/extras/dotstar.py +++ b/klippy/extras/dotstar.py @@ -3,7 +3,7 @@ # Copyright (C) 2019 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. -import bus +from . import bus BACKGROUND_PRIORITY_CLOCK = 0x7fffffff00000000 |