examples: add README for examples/python/gi

This commit is contained in:
Thomas Haller
2015-12-07 15:54:01 +01:00
parent 9b2a34c978
commit 5b732c3b9f
2 changed files with 4 additions and 1 deletions

View File

@@ -7,4 +7,5 @@ EXTRA_DIST = \
add_connection.py \
get-active-connections.py \
update-ip4-method.py \
deactivate-all.py
deactivate-all.py \
README

View File

@@ -0,0 +1,2 @@
These examples show how to call libnm from Python using
GObject introspection.