summaryrefslogtreecommitdiff
path: root/examples/python/gi
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-06-02 14:32:30 +0200
committerThomas Haller <thaller@redhat.com>2019-06-09 22:03:11 +0200
commitd050faee7060bcf23b83700d60b7bc7599896d14 (patch)
tree34853340c2ed45a9a5e345525b2548cf7b7a6ff6 /examples/python/gi
parent66115853d81d4b4eaa2eda4e5d995b57c74afb1f (diff)
downloadNetworkManager-th/drop-emacs-file-variables.tar.gz
all: drop vim file variables from first line of sourcesth/drop-emacs-file-variables
sed '1,3 { /^\(#\|--\) *vim:/d }; 1 { /^\/\* *vim:.*\*\/$/ d}' -i $(git grep -l 'vim:')
Diffstat (limited to 'examples/python/gi')
-rwxr-xr-xexamples/python/gi/add_connection.py1
-rwxr-xr-xexamples/python/gi/checkpoint.py1
-rwxr-xr-xexamples/python/gi/deactivate-all.py1
-rwxr-xr-xexamples/python/gi/device-state-ip4config.py1
-rwxr-xr-xexamples/python/gi/dns.py1
-rwxr-xr-xexamples/python/gi/firewall-zone.py1
-rwxr-xr-xexamples/python/gi/get-active-connections.py1
-rwxr-xr-xexamples/python/gi/get-devices.py1
-rwxr-xr-xexamples/python/gi/get-lldp-neighbors.py1
-rwxr-xr-xexamples/python/gi/get_ips.py1
-rwxr-xr-xexamples/python/gi/list-connections.py1
-rwxr-xr-xexamples/python/gi/nm-connection-update-stable-id.py1
-rwxr-xr-xexamples/python/gi/setting-user-data.py1
-rwxr-xr-xexamples/python/gi/show-wifi-networks.py1
-rwxr-xr-xexamples/python/gi/update-ip4-method.py1
-rwxr-xr-xexamples/python/gi/vpn-import.py1
16 files changed, 0 insertions, 16 deletions
diff --git a/examples/python/gi/add_connection.py b/examples/python/gi/add_connection.py
index 0025e11da3..3b0abef1db 100755
--- a/examples/python/gi/add_connection.py
+++ b/examples/python/gi/add_connection.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
diff --git a/examples/python/gi/checkpoint.py b/examples/python/gi/checkpoint.py
index 3c060a1b82..032178145f 100755
--- a/examples/python/gi/checkpoint.py
+++ b/examples/python/gi/checkpoint.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# vim: ft=python ts=4 sts=4 sw=4 et ai
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/examples/python/gi/deactivate-all.py b/examples/python/gi/deactivate-all.py
index d8354694a8..7a9b2ce193 100755
--- a/examples/python/gi/deactivate-all.py
+++ b/examples/python/gi/deactivate-all.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
diff --git a/examples/python/gi/device-state-ip4config.py b/examples/python/gi/device-state-ip4config.py
index 1dd620abb8..70ab8871d8 100755
--- a/examples/python/gi/device-state-ip4config.py
+++ b/examples/python/gi/device-state-ip4config.py
@@ -1,6 +1,5 @@
#!/usr/bin/env python
#
-# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/examples/python/gi/dns.py b/examples/python/gi/dns.py
index ab82dad69c..bfa58ff9da 100755
--- a/examples/python/gi/dns.py
+++ b/examples/python/gi/dns.py
@@ -1,6 +1,5 @@
#!/usr/bin/env python
#
-# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/examples/python/gi/firewall-zone.py b/examples/python/gi/firewall-zone.py
index 4a48ffad81..6be18dd96c 100755
--- a/examples/python/gi/firewall-zone.py
+++ b/examples/python/gi/firewall-zone.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/examples/python/gi/get-active-connections.py b/examples/python/gi/get-active-connections.py
index 8c62ff4048..d7d3566318 100755
--- a/examples/python/gi/get-active-connections.py
+++ b/examples/python/gi/get-active-connections.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/examples/python/gi/get-devices.py b/examples/python/gi/get-devices.py
index 3c5539f5d4..cfa22f17a2 100755
--- a/examples/python/gi/get-devices.py
+++ b/examples/python/gi/get-devices.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/examples/python/gi/get-lldp-neighbors.py b/examples/python/gi/get-lldp-neighbors.py
index efef435bb3..f70302345d 100755
--- a/examples/python/gi/get-lldp-neighbors.py
+++ b/examples/python/gi/get-lldp-neighbors.py
@@ -1,6 +1,5 @@
#!/usr/bin/env python
#
-# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/examples/python/gi/get_ips.py b/examples/python/gi/get_ips.py
index bb1a6d22be..48bbac6d87 100755
--- a/examples/python/gi/get_ips.py
+++ b/examples/python/gi/get_ips.py
@@ -1,6 +1,5 @@
#!/usr/bin/env python
#
-# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/examples/python/gi/list-connections.py b/examples/python/gi/list-connections.py
index 300d79eaeb..4cd15febc4 100755
--- a/examples/python/gi/list-connections.py
+++ b/examples/python/gi/list-connections.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
diff --git a/examples/python/gi/nm-connection-update-stable-id.py b/examples/python/gi/nm-connection-update-stable-id.py
index 21658a051e..bd4f12b612 100755
--- a/examples/python/gi/nm-connection-update-stable-id.py
+++ b/examples/python/gi/nm-connection-update-stable-id.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/examples/python/gi/setting-user-data.py b/examples/python/gi/setting-user-data.py
index 66495fa190..d5e0010591 100755
--- a/examples/python/gi/setting-user-data.py
+++ b/examples/python/gi/setting-user-data.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
diff --git a/examples/python/gi/show-wifi-networks.py b/examples/python/gi/show-wifi-networks.py
index 80dbedce9b..6eb6ac91bd 100755
--- a/examples/python/gi/show-wifi-networks.py
+++ b/examples/python/gi/show-wifi-networks.py
@@ -1,6 +1,5 @@
#!/usr/bin/env python
# coding=utf-8
-# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/examples/python/gi/update-ip4-method.py b/examples/python/gi/update-ip4-method.py
index 5249d712bc..e4c603fbcf 100755
--- a/examples/python/gi/update-ip4-method.py
+++ b/examples/python/gi/update-ip4-method.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/examples/python/gi/vpn-import.py b/examples/python/gi/vpn-import.py
index 512775e6e0..3753c5dac8 100755
--- a/examples/python/gi/vpn-import.py
+++ b/examples/python/gi/vpn-import.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by