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.
This commit is contained in:
Thomas Haller
2020-12-24 10:56:33 +01:00
parent 142f9c6b86
commit 4e49c417eb

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python
# coding=utf-8
# SPDX-License-Identifier: GPL-2.0+ # SPDX-License-Identifier: GPL-2.0+
# #
# Copyright (C) 2013 Red Hat, Inc. # Copyright (C) 2013 Red Hat, Inc.