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
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

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