From 263b582139071a20a8d5095360e7854c2324efb7 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 8 May 2017 17:23:07 -0600 Subject: [PATCH] feat: add newline and enforce file encoding --- image/bin/my_init | 2 ++ 1 file changed, 2 insertions(+) diff --git a/image/bin/my_init b/image/bin/my_init index 7362128..d48ac06 100755 --- a/image/bin/my_init +++ b/image/bin/my_init @@ -1,4 +1,6 @@ #!/usr/bin/python3 -u +# -*- coding: utf-8 -*- + import argparse import errno import json