From 4e49c417ebd4fd211c96645fe1cf19f4ac850238 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 24 Dec 2020 10:56:33 +0100 Subject: examples: remove editor hint to mark source code as UTF-8 All our source code is UTF-8. We don't need to mark it as such. --- examples/python/gi/show-wifi-networks.py | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/python/gi/show-wifi-networks.py b/examples/python/gi/show-wifi-networks.py index b865a85aa4..655ee44eee 100755 --- a/examples/python/gi/show-wifi-networks.py +++ b/examples/python/gi/show-wifi-networks.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# coding=utf-8 # SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2013 Red Hat, Inc. -- cgit v1.2.1