aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/parsedump.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/parsedump.py')
-rwxr-xr-xklippy/parsedump.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/klippy/parsedump.py b/klippy/parsedump.py
index 93d8d14e..6c4e0871 100755
--- a/klippy/parsedump.py
+++ b/klippy/parsedump.py
@@ -4,7 +4,10 @@
# Copyright (C) 2016 Kevin O'Connor <kevin@koconnor.net>
#
# This file may be distributed under the terms of the GNU GPLv3 license.
-import os, sys, logging
+import logging
+import os
+import sys
+
import msgproto