From: Christian Herdtweck Date: Fri, 1 Apr 2022 13:31:41 +0000 (+0200) Subject: Deprecate cnfvar_old and arnied_wrapper X-Git-Tag: v1.7.0~2^2~1 X-Git-Url: http://developer.intra2net.com/git/?p=pyi2ncommon;a=commitdiff_plain;h=d7cdea2c2b101e4621f4995630d814bd33a38ac8 Deprecate cnfvar_old and arnied_wrapper Just via text in doc string, do not raise Warnings yet --- 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