Skip to content

Commit

Permalink
GPM added in the check_import
Browse files Browse the repository at this point in the history
  • Loading branch information
ceccopierangiolieugenio committed Dec 28, 2024
1 parent 619b494 commit e62745c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/check.import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ __check(){
-e "drivers/term_unix.py:from threading import Thread, Lock" \
-e "drivers/term_unix_serial.py:from ..TTkTerm.term_base import TTkTermBase" \
-e "drivers/term_unix_serial.py:from .term_unix import *" \
-e "drivers/unix_gpm.py:import sys" \
-e "drivers/unix_gpm.py:import os" \
-e "drivers/unix_gpm.py:import re" \
-e "drivers/unix_gpm.py:import ctypes" \
-e "drivers/unix_gpm.py:import signal" \
-e "drivers/unix_gpm.py:from select import select" \
-e "drivers/term_pyodide.py:import pyodideProxy" \
-e "drivers/term_pyodide.py:from ..TTkTerm.term_base import TTkTermBase" \
-e "drivers/__init__.py:import importlib.util" \
Expand Down

0 comments on commit e62745c

Please sign in to comment.