diff options
Diffstat (limited to 'klippy/console.py')
-rwxr-xr-x | klippy/console.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/console.py b/klippy/console.py index adbc77be..b3075912 100755 --- a/klippy/console.py +++ b/klippy/console.py @@ -5,7 +5,7 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. import sys, optparse, os, re, logging -import reactor, serialhdl, pins, util, msgproto, clocksync +import util, reactor, serialhdl, pins, msgproto, clocksync help_txt = """ This is a debugging console for the Klipper micro-controller. |