From b7016f4110ec11419215a51fa5e851d642ca03f1 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 19 Nov 2017 15:40:19 +0100 Subject: gen_fast*: Add fenc decl --- utils/gen_fast_manifest.py | 1 + utils/gen_fast_metamanifest.py | 1 + 2 files changed, 2 insertions(+) (limited to 'utils') 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 -- cgit v1.2.3