NetworkManager/examples/python/gi
Thomas Haller c0e075c902 all: drop emacs file variables from source files
We no longer add these. If you use Emacs, configure it yourself.

Also, due to our "smart-tab" usage the editor anyway does a subpar
job handling our tabs. However, on the upside every user can choose
whatever tab-width he/she prefers. If "smart-tabs" are used properly
(like we do), every tab-width will work.

No manual changes, just ran commands:

    F=($(git grep -l -e '-\*-'))
    sed '1 { /\/\* *-\*-  *[mM]ode.*\*\/$/d }'     -i "${F[@]}"
    sed '1,4 { /^\(#\|--\|dnl\) *-\*- [mM]ode/d }' -i "${F[@]}"

Check remaining lines with:

    git grep -e '-\*-'

The ultimate purpose of this is to cleanup our files and eventually use
SPDX license identifiers. For that, first get rid of the boilerplate lines.
2019-06-11 10:04:00 +02:00
..
add_connection.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
checkpoint.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
deactivate-all.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
device-state-ip4config.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
dns.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
firewall-zone.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
get-active-connections.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
get-devices.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
get-lldp-neighbors.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
get_ips.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
list-connections.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-connection-update-stable-id.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-wg-set all: codespell fixes 2019-03-11 12:03:46 +01:00
README examples: add README for examples/python/gi 2015-12-07 15:59:20 +01:00
setting-user-data.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
show-wifi-networks.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
update-ip4-method.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
vpn-import.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00

These examples show how to call libnm from Python using
GObject introspection.