diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-19 15:40:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-19 15:40:19 +0100 |
commit | b7016f4110ec11419215a51fa5e851d642ca03f1 (patch) | |
tree | e9d4c9d32fce1d90b6993dbfa7e1f0af8fc4d7e3 | |
parent | a1cd256d0eb9b7b1fae9ac219e91ae2fd4e72430 (diff) | |
download | gemato-b7016f4110ec11419215a51fa5e851d642ca03f1.tar.gz |
gen_fast*: Add fenc decl
-rwxr-xr-x | utils/gen_fast_manifest.py | 1 | ||||
-rwxr-xr-x | utils/gen_fast_metamanifest.py | 1 |
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 |