From 169bb98b5776590919bf64062ae93495ae93cc85 Mon Sep 17 00:00:00 2001 From: vlaville <vincent.laville@pasteur.fr> Date: Tue, 9 Jul 2019 11:32:54 +0200 Subject: [PATCH] Precise encoding --- j2s.py | 1 + 1 file changed, 1 insertion(+) diff --git a/j2s.py b/j2s.py index 88ea50a..02065c3 100644 --- a/j2s.py +++ b/j2s.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#coding: utf-8 import math import numpy as np -- GitLab