diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-06-15 14:47:25 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2018-06-29 20:05:39 +0200 |
commit | 59ccf5dc89b063528bb23fbe9a6700c2874452a2 (patch) | |
tree | d5bf848c15d6feb9ae9482999c411f24a2a6585b /Makefile.examples | |
parent | cbeb34d355b23904f18560fc7b09b86b5fe38fca (diff) | |
download | NetworkManager-59ccf5dc89b063528bb23fbe9a6700c2874452a2.tar.gz |
examples/python: drop nmex.py
It's not an example and not actually used.
https://github.com/NetworkManager/NetworkManager/pull/141
Diffstat (limited to 'Makefile.examples')
-rw-r--r-- | Makefile.examples | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.examples b/Makefile.examples index d5433395c3..d49db6ce86 100644 --- a/Makefile.examples +++ b/Makefile.examples @@ -150,8 +150,6 @@ EXTRA_DIST += \ examples/nm-conf.d/30-anon.conf \ examples/nm-conf.d/31-mac-addr-change.conf \ \ - examples/python/nmex.py \ - \ examples/python/dbus/nm-state.py \ examples/python/dbus/add-connection.py \ examples/python/dbus/add-connection-compat.py \ |