diff --git a/docs/TODO b/docs/TODO index 74ea430ac..519a64caf 100644 --- a/docs/TODO +++ b/docs/TODO @@ -8,7 +8,6 @@ Backlog (raw) solo.utils.show_you_meant ! drop entropy.cli (it is used by other stuff, what to do?) drop etpUi - drop etpConst['errorstatus'] - preserved-libs registry: only drop old sonames when installed packages diff --git a/lib/entropy/const.py b/lib/entropy/const.py index c61df11b9..42e134a97 100644 --- a/lib/entropy/const.py +++ b/lib/entropy/const.py @@ -636,7 +636,6 @@ def const_default_settings(rootdir): 'systemname': "Sabayon Linux", # Product identificator (standard, professional...) 'product': "standard", - 'errorstatus': default_etp_confdir+"/code", 'systemroot': original_rootdir, # default system root 'uid': os.getuid(), # current running UID 'entropygid': None,