mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
linux.py: add missing serial import
Signed-off-by: Sven Peter <sven@svenpeter.dev>
This commit is contained in:
parent
6afe9ebaf9
commit
620f1972ce
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
# SPDX-License-Identifier: MIT
|
||||
import sys, pathlib
|
||||
import serial
|
||||
sys.path.append(str(pathlib.Path(__file__).resolve().parents[1]))
|
||||
|
||||
import argparse, pathlib
|
||||
|
|
Loading…
Reference in a new issue