@cryptotaxi247 / netdata-1 / commits / a7bf78602

docs(collectors/python.d): remove mention of compatibility with py2/py3 (#12465)

Ilya Mashchenko committed Mar 21, 2022 at 09:34 UTC a7bf786026acce6b0cea08eb5e0e8334daa8a280
1 file changed -2
collectors/python.d.plugin/README.md
-2
@@ -16,7 +16,6 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/pytho
16
17 ## Disclaimer
18
19 -Every module should be compatible with python2 and python3.
19 All third party libraries should be installed system-wide or in `python_modules` directory.
20 Module configurations are written in YAML and **pyYAML is required**.
21
@@ -77,7 +76,6 @@ Writing new python module is simple. You just need to remember to include 5 majo
76 - **CHART** global dictionary
77 - **Service** class
78 - **\_get_data** method
80 -- all code needs to be compatible with Python 2 (**≥ 2.7**) *and* 3 (**≥ 3.1**)
79
80 If you plan to submit the module in a PR, make sure and go through the [PR checklist for new modules](#pull-request-checklist-for-python-plugins) beforehand to make sure you have updated all the files you need to.
81