mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
Add missing import to fg.py
This commit is contained in:
parent
9db53e8d26
commit
57d3614fd8
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
from pexpect_helper import SpawnedProc
|
||||
import os
|
||||
import platform
|
||||
import subprocess
|
||||
import sys
|
||||
|
|
Loading…
Reference in New Issue
Block a user