From 56404078f7e8933324d05e490726a61d52113dcb Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 13 Sep 2024 23:38:08 +0200 Subject: [PATCH] rwx/deb,grub --- rwx/deb/__init__.py | 2 +- rwx/grub/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rwx/deb/__init__.py b/rwx/deb/__init__.py index f022ca5..d205222 100644 --- a/rwx/deb/__init__.py +++ b/rwx/deb/__init__.py @@ -2,7 +2,7 @@ import cmd -import ps +from rwx import ps cmd.need("debootstrap") diff --git a/rwx/grub/__init__.py b/rwx/grub/__init__.py index dde847a..f4ceaea 100644 --- a/rwx/grub/__init__.py +++ b/rwx/grub/__init__.py @@ -2,7 +2,7 @@ import cmd -import ps +from rwx import ps cmd.need("grub-mkimage")