From d7cdea2c2b101e4621f4995630d814bd33a38ac8 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 1 Apr 2022 15:31:41 +0200 Subject: [PATCH] Deprecate cnfvar_old and arnied_wrapper Just via text in doc string, do not raise Warnings yet --- src/arnied_wrapper.py | 4 +++- src/cnfvar_old.py | 3 +++ src/simple_cnf.py | 3 +++ 3 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/arnied_wrapper.py b/src/arnied_wrapper.py index e8ee70e..5cb96f4 100644 --- a/src/arnied_wrapper.py +++ b/src/arnied_wrapper.py @@ -24,8 +24,10 @@ SUMMARY ------------------------------------------------------ Guest utility to wrap arnied related functionality through python calls. -Copyright: Intra2net AG +DEPRECATED! Please do not extend this or add new uses of this module, use +:py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar` instead! +Copyright: Intra2net AG There are three types of setting some cnfvar configuration: diff --git a/src/cnfvar_old.py b/src/cnfvar_old.py index a8b0fef..e4c46d3 100644 --- a/src/cnfvar_old.py +++ b/src/cnfvar_old.py @@ -26,6 +26,9 @@ summary ------------------------------------------------------------------------------- Represent CNF_VARs as recursive structures. +DEPRECATED! Please do not extend this or add new uses of this module, use +:py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar` instead! + Copyright: 2014-2017 Intra2net AG License: GPLv2+ diff --git a/src/simple_cnf.py b/src/simple_cnf.py index 03a50f7..f3a48e9 100644 --- a/src/simple_cnf.py +++ b/src/simple_cnf.py @@ -24,6 +24,9 @@ SUMMARY ------------------------------------------------------ Read / write / merge guest cnf var sets, even on host. +DEPRECATED! Please do not extend this or add new uses of this module, use +:py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar` instead! + Copyright: Intra2net AG -- 1.7.1