aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-07-24 11:02:15 -0400
committerKevin O'Connor <kevin@koconnor.net>2020-07-24 11:02:15 -0400
commit4a35d7e8bdebf08cb2d72ca7a427536d055be4de (patch)
treefa0094fe2034307083e15a8c35e98f3b27644df1 /scripts
parent5f2cb5436cf545c2d5efba7994f458b98644ef6f (diff)
downloadkutter-4a35d7e8bdebf08cb2d72ca7a427536d055be4de.tar.gz
kutter-4a35d7e8bdebf08cb2d72ca7a427536d055be4de.tar.xz
kutter-4a35d7e8bdebf08cb2d72ca7a427536d055be4de.zip
update_mks_robin: Remove unnecessary imports
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update_mks_robin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_mks_robin.py b/scripts/update_mks_robin.py
index f54c05f8..6ab54242 100755
--- a/scripts/update_mks_robin.py
+++ b/scripts/update_mks_robin.py
@@ -4,7 +4,7 @@
# Copyright (C) 2020 Kevin O'Connor <kevin@koconnor.net>
#
# This file may be distributed under the terms of the GNU GPLv3 license.
-import os, optparse, sys
+import optparse
XOR_PATTERN = [
0xA3, 0xBD, 0xAD, 0x0D, 0x41, 0x11, 0xBB, 0x8D, 0xDC, 0x80,