future
This commit is contained in:
parent
2c0d6050ef
commit
bd35b13f73
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
"""Wrap GRUB commands."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from rwx import cmd, ps
|
||||
|
||||
cmd.need("grub-mkimage")
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
"""Handle processes."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import subprocess
|
||||
|
||||
from rwx import Object, txt
|
||||
|
|
Loading…
Reference in a new issue