bindings: python: remove gpiod.version_string()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 14 Oct 2020 08:08:15 +0000 (10:08 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 14 Oct 2020 08:08:15 +0000 (10:08 +0200)
commit0bea9ee220eb69526475060e853dc0c6abe7a918
treec60838154abbf4d23ab8682ff354b883be98d8d9
parentdb552da19c22ef44731f79b470d17425bb9a83fd
bindings: python: remove gpiod.version_string()

We support the standard __version__ module attribute. There's no need
to duplicate this functionality in the form of the version_string()
function.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/python/gpiodmodule.c