From b3a620ba1784505e50f20c003612c05d7b786f98 Mon Sep 17 00:00:00 2001 From: Louis-Guillaume DUBOIS Date: Wed, 16 Sep 2015 19:19:00 +0200 Subject: [PATCH] makes the compiler compile --- cfg/Commander.cfg | 1 + cfg/Estimator.cfg | 1 + cfg/Filter.cfg | 1 + 3 files changed, 3 insertions(+) diff --git a/cfg/Commander.cfg b/cfg/Commander.cfg index 26d5415..9c6a8ad 100755 --- a/cfg/Commander.cfg +++ b/cfg/Commander.cfg @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- encoding: utf-8 -*- # Copyright (C) 2015 CentraleSupélec # All rights reserved PACKAGE = "hand_control" diff --git a/cfg/Estimator.cfg b/cfg/Estimator.cfg index 9c286cb..679f540 100755 --- a/cfg/Estimator.cfg +++ b/cfg/Estimator.cfg @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- encoding: utf-8 -*- # Copyright (C) 2015 CentraleSupélec # All rights reserved PACKAGE = "hand_control" diff --git a/cfg/Filter.cfg b/cfg/Filter.cfg index 988d0a0..7adfd3f 100755 --- a/cfg/Filter.cfg +++ b/cfg/Filter.cfg @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- encoding: utf-8 -*- # Copyright (C) 2015 CentraleSupélec # All rights reserved PACKAGE = "hand_control"