summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-11-19 15:40:19 +0100
committerMichał Górny <mgorny@gentoo.org>2017-11-19 15:40:19 +0100
commitb7016f4110ec11419215a51fa5e851d642ca03f1 (patch)
treee9d4c9d32fce1d90b6993dbfa7e1f0af8fc4d7e3 /utils
parenta1cd256d0eb9b7b1fae9ac219e91ae2fd4e72430 (diff)
downloadgemato-b7016f4110ec11419215a51fa5e851d642ca03f1.tar.gz
gen_fast*: Add fenc decl
Diffstat (limited to 'utils')
-rwxr-xr-xutils/gen_fast_manifest.py1
-rwxr-xr-xutils/gen_fast_metamanifest.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/utils/gen_fast_manifest.py b/utils/gen_fast_manifest.py
index 74cd759..49cd0f4 100755
--- a/utils/gen_fast_manifest.py
+++ b/utils/gen_fast_manifest.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+# vim:fileencoding=utf-8
# Ultra-optimized Manifest writing.
# (c) 2017 Michał Górny
# Licensed under the terms of 2-clause BSD license
diff --git a/utils/gen_fast_metamanifest.py b/utils/gen_fast_metamanifest.py
index b95c08e..f0e0d90 100755
--- a/utils/gen_fast_metamanifest.py
+++ b/utils/gen_fast_metamanifest.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+# vim:fileencoding=utf-8
# Ultra-optimized Meta-Manifest writing.
# (c) 2017 Michał Górny
# Licensed under the terms of 2-clause BSD license