diff options
Diffstat (limited to 'klippy/extras/display/display.py')
-rw-r--r-- | klippy/extras/display/display.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/display/display.py b/klippy/extras/display/display.py index fdeb3e4c..3bdc47ea 100644 --- a/klippy/extras/display/display.py +++ b/klippy/extras/display/display.py @@ -6,7 +6,7 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. import logging, os, ast -import hd44780, st7920, uc1701, menu +from . import hd44780, st7920, uc1701, menu LCD_chips = { 'st7920': st7920.ST7920, 'hd44780': hd44780.HD44780, |