summaryrefslogtreecommitdiff
path: root/examples/python/dbus/wifi-active-ap.py
Commit message (Collapse)AuthorAgeFilesLines
* docs: update URL for latest online documentationThomas Haller2021-09-241-1/+1
|
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
| | | | | | | | | | | | | | | | These SPDX license identifiers are deprecated ([1]). Update them. [1] https://spdx.org/licenses/ sed \ -e '1 s%^/\* SPDX-License-Identifier: \(GPL-2.0\|LGPL-2.1\)+ \*/$%/* SPDX-License-Identifier: \1-or-later */%' \ -e '1,2 s%^\(--\|#\|//\) SPDX-License-Identifier: \(GPL-2.0\|LGPL-2.1\)+$%\1 SPDX-License-Identifier: \2-or-later%' \ -i \ $(git grep -l SPDX-License-Identifier -- \ ':(exclude)shared/c-*/' \ ':(exclude)shared/n-*/' \ ':(exclude)shared/systemd/src' \ ':(exclude)src/systemd/src')
* all: reformat python files with python blackSayed Shah2020-06-151-2/+3
| | | | | | Part of !537. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/537
* examples: remove unused imports from python examplesThomas Haller2020-05-071-1/+1
|
* examples: fix copy/paste comment error from another scriptDavid Drinn2020-04-111-1/+1
| | | | https://github.com/NetworkManager/NetworkManager/pull/361
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
| | | | | $ find * -type f |xargs perl contrib/scripts/spdx.pl $ git rm contrib/scripts/spdx.pl
* python: make dbus, gi examples, and debug-helper.py python3 readyYifan J2017-12-041-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=791121
* examples: add python+dbus example to print active access pointDan Williams2015-07-081-0/+66