Deprecate cnfvar_old and arnied_wrapper
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 1 Apr 2022 13:31:41 +0000 (15:31 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 5 Apr 2022 07:19:13 +0000 (09:19 +0200)
Just via text in doc string, do not raise Warnings yet

src/arnied_wrapper.py
src/cnfvar_old.py
src/simple_cnf.py

index e8ee70e..5cb96f4 100644 (file)
@@ -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:
 
index a8b0fef..e4c46d3 100644 (file)
@@ -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+
 
index 03a50f7..f3a48e9 100644 (file)
@@ -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