3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-18 19:19:00 +00:00

rm old import

This commit is contained in:
Ed Bordin 2020-08-09 18:21:38 +10:00
parent 3a776c329f
commit 34a2139a21

View file

@ -19,8 +19,6 @@
import os, re, sys, signal
if os.name == "posix":
import resource, fcntl
else:
import win_killpg
import subprocess
import asyncio
from functools import partial