aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJan-Niklas Burfeind <git@aiyionpri.me>2021-10-26 13:25:03 +0200
committerChristian Lamparter <chunkeey@gmail.com>2021-10-30 15:00:22 +0200
commit88a2ea41da6b67d1575b958ed8f97bfd9b7d4cbb (patch)
tree6b71510afbb6ed88293bb61d19c1e2e485d84231 /scripts
parentd990f805c0caa38ec06ad51b025b6d7b6015c232 (diff)
downloadupstream-88a2ea41da6b67d1575b958ed8f97bfd9b7d4cbb.tar.gz
upstream-88a2ea41da6b67d1575b958ed8f97bfd9b7d4cbb.tar.bz2
upstream-88a2ea41da6b67d1575b958ed8f97bfd9b7d4cbb.zip
scripts: eva_ramboot.py: remove unused import
concludes: commit e7bc8984d9ca ("scripts: make eva_ramboot.py offset configurable") Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/flashing/eva_ramboot.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/flashing/eva_ramboot.py b/scripts/flashing/eva_ramboot.py
index b182f09d21..365fceecf6 100755
--- a/scripts/flashing/eva_ramboot.py
+++ b/scripts/flashing/eva_ramboot.py
@@ -3,7 +3,6 @@
import argparse
from ftplib import FTP
-from sys import argv
from os import stat
parser = argparse.ArgumentParser(description='Tool to boot AVM EVA ramdisk images.')