aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dump_mcu.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dump_mcu.py')
-rwxr-xr-xscripts/dump_mcu.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/dump_mcu.py b/scripts/dump_mcu.py
index 5b6c6d49..e37ec357 100755
--- a/scripts/dump_mcu.py
+++ b/scripts/dump_mcu.py
@@ -5,17 +5,17 @@
#
# This file may be distributed under the terms of the GNU GPLv3 license.
-import sys
import argparse
+import logging
import os
+import sys
import traceback
-import logging
KUTTER_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), "../"))
sys.path.append(os.path.join(KUTTER_DIR, "klippy"))
+import clocksync
import reactor
import serialhdl
-import clocksync
###########################################################
#