Add missing import to fg.py

This commit is contained in:
Johannes Altmanninger 2024-04-12 11:41:29 +02:00
parent 9db53e8d26
commit 57d3614fd8

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python3
from pexpect_helper import SpawnedProc
import os
import platform
import subprocess
import sys