summaryrefslogtreecommitdiffstats
path: root/src/collectors/python.d.plugin/python_modules/pyyaml2
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:53:24 +0000
commitb5f8ee61a7f7e9bd291dd26b0585d03eb686c941 (patch)
treed4d31289c39fc00da064a825df13a0b98ce95b10 /src/collectors/python.d.plugin/python_modules/pyyaml2
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-upstream.tar.xz
netdata-upstream.zip
Adding upstream version 1.46.3.upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/__init__.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/__init__.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/composer.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/composer.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/constructor.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/constructor.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/cyaml.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/cyaml.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/dumper.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/dumper.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/emitter.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/emitter.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/error.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/error.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/events.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/events.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/loader.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/loader.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/nodes.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/nodes.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/parser.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/parser.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/reader.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/reader.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/representer.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/representer.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/resolver.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/resolver.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/scanner.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/scanner.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/serializer.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/serializer.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/tokens.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/tokens.py)0
17 files changed, 0 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/__init__.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/__init__.py
index 4d560e438..4d560e438 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/__init__.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/__init__.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/composer.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/composer.py
index 6b41b8067..6b41b8067 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/composer.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/composer.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/constructor.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/constructor.py
index 8ad1b90a7..8ad1b90a7 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/constructor.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/constructor.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/cyaml.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/cyaml.py
index 2858ab479..2858ab479 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/cyaml.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/cyaml.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/dumper.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/dumper.py
index 3685cbeeb..3685cbeeb 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/dumper.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/dumper.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/emitter.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/emitter.py
index 9a460a0fd..9a460a0fd 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/emitter.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/emitter.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/error.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/error.py
index 5466be721..5466be721 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/error.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/error.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/events.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/events.py
index 283452add..283452add 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/events.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/events.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/loader.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/loader.py
index 1c195531f..1c195531f 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/loader.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/loader.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/nodes.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/nodes.py
index ed2a1b43e..ed2a1b43e 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/nodes.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/nodes.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/parser.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/parser.py
index 97ba08337..97ba08337 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/parser.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/parser.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/reader.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/reader.py
index 8d422954e..8d422954e 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/reader.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/reader.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/representer.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/representer.py
index 0a1404eca..0a1404eca 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/representer.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/representer.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/resolver.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/resolver.py
index 49922debf..49922debf 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/resolver.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/resolver.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/scanner.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/scanner.py
index 971da6127..971da6127 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/scanner.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/scanner.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/serializer.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/serializer.py
index 15fdbb0c0..15fdbb0c0 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/serializer.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/serializer.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/tokens.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/tokens.py
index c5c4fb116..c5c4fb116 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/tokens.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/tokens.py