diff options
Diffstat (limited to 'examples/python/gi')
| -rwxr-xr-x | examples/python/gi/add_connection.py | 1 | ||||
| -rwxr-xr-x | examples/python/gi/checkpoint.py | 1 | ||||
| -rwxr-xr-x | examples/python/gi/deactivate-all.py | 1 | ||||
| -rwxr-xr-x | examples/python/gi/device-state-ip4config.py | 1 | ||||
| -rwxr-xr-x | examples/python/gi/dns.py | 1 | ||||
| -rwxr-xr-x | examples/python/gi/firewall-zone.py | 1 | ||||
| -rwxr-xr-x | examples/python/gi/get-active-connections.py | 1 | ||||
| -rwxr-xr-x | examples/python/gi/get-devices.py | 1 | ||||
| -rwxr-xr-x | examples/python/gi/get-lldp-neighbors.py | 1 | ||||
| -rwxr-xr-x | examples/python/gi/get_ips.py | 1 | ||||
| -rwxr-xr-x | examples/python/gi/list-connections.py | 1 | ||||
| -rwxr-xr-x | examples/python/gi/nm-connection-update-stable-id.py | 1 | ||||
| -rwxr-xr-x | examples/python/gi/setting-user-data.py | 1 | ||||
| -rwxr-xr-x | examples/python/gi/show-wifi-networks.py | 1 | ||||
| -rwxr-xr-x | examples/python/gi/update-ip4-method.py | 1 | ||||
| -rwxr-xr-x | examples/python/gi/vpn-import.py | 1 |
16 files changed, 0 insertions, 16 deletions
diff --git a/examples/python/gi/add_connection.py b/examples/python/gi/add_connection.py index 25a59235ff..0025e11da3 100755 --- a/examples/python/gi/add_connection.py +++ b/examples/python/gi/add_connection.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- Mode: Python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # vim: ft=python ts=4 sts=4 sw=4 et ai # diff --git a/examples/python/gi/checkpoint.py b/examples/python/gi/checkpoint.py index 50e7c33532..3c060a1b82 100755 --- a/examples/python/gi/checkpoint.py +++ b/examples/python/gi/checkpoint.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- Mode: Python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # 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/deactivate-all.py b/examples/python/gi/deactivate-all.py index 13d14bc9ac..d8354694a8 100755 --- a/examples/python/gi/deactivate-all.py +++ b/examples/python/gi/deactivate-all.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- Mode: Python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # vim: ft=python ts=4 sts=4 sw=4 et ai # diff --git a/examples/python/gi/device-state-ip4config.py b/examples/python/gi/device-state-ip4config.py index b92a7b090a..1dd620abb8 100755 --- a/examples/python/gi/device-state-ip4config.py +++ b/examples/python/gi/device-state-ip4config.py @@ -1,7 +1,6 @@ #!/usr/bin/env python # # vim: ft=python ts=4 sts=4 sw=4 et ai -# -*- Mode: Python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # 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 f242dbef39..ab82dad69c 100755 --- a/examples/python/gi/dns.py +++ b/examples/python/gi/dns.py @@ -1,7 +1,6 @@ #!/usr/bin/env python # # vim: ft=python ts=4 sts=4 sw=4 et ai -# -*- Mode: Python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # 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 979f2acf91..4a48ffad81 100755 --- a/examples/python/gi/firewall-zone.py +++ b/examples/python/gi/firewall-zone.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- Mode: Python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # 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/get-active-connections.py b/examples/python/gi/get-active-connections.py index cee579f9f0..8c62ff4048 100755 --- a/examples/python/gi/get-active-connections.py +++ b/examples/python/gi/get-active-connections.py @@ -1,6 +1,5 @@ #!/usr/bin/env python # vim: ft=python ts=4 sts=4 sw=4 et ai -# -*- Mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # 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 4f06c870ae..3c5539f5d4 100755 --- a/examples/python/gi/get-devices.py +++ b/examples/python/gi/get-devices.py @@ -1,6 +1,5 @@ #!/usr/bin/env python # vim: ft=python ts=4 sts=4 sw=4 et ai -# -*- Mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # 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 c70470129e..efef435bb3 100755 --- a/examples/python/gi/get-lldp-neighbors.py +++ b/examples/python/gi/get-lldp-neighbors.py @@ -1,7 +1,6 @@ #!/usr/bin/env python # # vim: ft=python ts=4 sts=4 sw=4 et ai -# -*- Mode: Python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # 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 66d154f2f6..bb1a6d22be 100755 --- a/examples/python/gi/get_ips.py +++ b/examples/python/gi/get_ips.py @@ -1,7 +1,6 @@ #!/usr/bin/env python # # vim: ft=python ts=4 sts=4 sw=4 et ai -# -*- Mode: Python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # 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 2139e8c107..300d79eaeb 100755 --- a/examples/python/gi/list-connections.py +++ b/examples/python/gi/list-connections.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- Mode: Python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # vim: ft=python ts=4 sts=4 sw=4 et ai # diff --git a/examples/python/gi/nm-connection-update-stable-id.py b/examples/python/gi/nm-connection-update-stable-id.py index ad852f7712..21658a051e 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 -# -*- Mode: Python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # 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/setting-user-data.py b/examples/python/gi/setting-user-data.py index 79fb98cdbf..66495fa190 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 -# -*- Mode: Python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # vim: ft=python ts=4 sts=4 sw=4 et ai # diff --git a/examples/python/gi/show-wifi-networks.py b/examples/python/gi/show-wifi-networks.py index 4c7a126fd7..80dbedce9b 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 -# -*- Mode: Python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # 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/update-ip4-method.py b/examples/python/gi/update-ip4-method.py index 3b2df72e78..5249d712bc 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 -# -*- Mode: Python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # 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/vpn-import.py b/examples/python/gi/vpn-import.py index 2cb4e744aa..512775e6e0 100755 --- a/examples/python/gi/vpn-import.py +++ b/examples/python/gi/vpn-import.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- Mode: Python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # vim: ft=python ts=4 sts=4 sw=4 et ai # # This program is free software; you can redistribute it and/or modify |
