From e3fa4634750ccceb23998fadefc249b35f86ca5b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 8 Feb 2024 17:12:13 +0000 Subject: getcolor -> getclr --- src/backend/autoremove.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/autoremove.py') diff --git a/src/backend/autoremove.py b/src/backend/autoremove.py index 46a7991..3f0c852 100644 --- a/src/backend/autoremove.py +++ b/src/backend/autoremove.py @@ -6,7 +6,7 @@ import signal import subprocess import sys import sisyphus.checkenv -import sisyphus.getcolor +import sisyphus.getclr import sisyphus.killemerge import sisyphus.syncdb @@ -45,6 +45,6 @@ def start(gfx_ui=False): p_exe.wait() sisyphus.syncdb.lcl_tbl() else: - print(sisyphus.getcolor.bright_red + - "\nYou need root permissions to do this!\n" + sisyphus.getcolor.reset) + print(sisyphus.getclr.bright_red + + "\nYou need root permissions to do this!\n" + sisyphus.getclr.reset) sys.exit() -- cgit v1.2.3